@book000/pixivts
    Preparing search index...

    Interface PixivUser

    ユーザー情報

    interface PixivUser {
        account: string;
        id: number;
        is_access_blocking_user?: boolean;
        is_followed?: boolean;
        name: string;
        profile_image_urls: ProfileImageUrls;
    }
    Index

    Properties

    account: string

    pixiv ID (URLに使用)

    id: number

    ユーザー内部 ID

    is_access_blocking_user?: boolean

    アクセスをブロックしているユーザーであるか

    is_followed?: boolean

    フォローしているかどうか

    name: string

    ユーザー名

    profile_image_urls: ProfileImageUrls

    プロフィール画像URL群