@book000/pixivts - v0.61.1
    Preparing search index...

    Interface PixivUserPreviewItem

    Preview item for a user in the GET /v1/user/following response.

    Contains a few sample illusts and novels from that user.

    interface PixivUserPreviewItem {
        illusts: PixivIllustItem[];
        isMuted: boolean;
        novels: PixivNovelItem[];
        user: PixivUser;
    }
    Index

    Properties

    illusts: PixivIllustItem[]

    A small sample of the user's recent illusts.

    isMuted: boolean

    Whether this user is muted by the authenticated user.

    novels: PixivNovelItem[]

    A small sample of the user's recent novels.

    user: PixivUser

    The user being previewed.