• 添加爱心

    Parameters

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

        Example

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

        Example

        []
        

    Returns Promise<{
        last_bookmark_id: `${number}`;
        stacc_status_id: `${number}`;
    }>

Generated using TypeDoc