Function novelsBookmarksAdd
novelsBookmarksAdd( data: { comment: string; illust_id: `${number}`; restrict: 0 | 1; tags: string[]; },): Promise<any> Parameters
- data: { comment: string; illust_id: `${number}`; restrict: 0 | 1; tags: string[] }
comment: string
illust_id: `${number}`
restrict: 0 | 1
tags: string[]
Returns Promise<any>
Example