Function novelsBookmarksAdd
- novelsBookmarksAdd(data): 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