• Parameters

    • data: {
          comment: string;
          illust_id: `${number}`;
          restrict: 0 | 1;
          tags: string[];
      }
      • comment: string

        Example

        ""
        
      • illust_id: `${number}`
      • restrict: 0 | 1
      • tags: string[]

        Example

        []
        

    Returns Promise<any>

Generated using TypeDoc