@book000/pixivts
    Preparing search index...

    Interface GetV1UserBookmarksNovelRequest

    GET /v1/user/bookmarks/novel のリクエスト

    interface GetV1UserBookmarksNovelRequest {
        max_bookmark_id?: number;
        restrict: BookmarkRestrict;
        tag?: string;
        user_id: number;
    }
    Index

    Properties

    max_bookmark_id?: number

    ブックマークIDの最大値(ページネーション?)

    ブックマーク公開範囲

    tag?: string

    ブックマークタグ

    user_id: number

    ユーザーID