@book000/twitterts
    Preparing search index...

    Interface GraphQLGetUsersVerifiedAvatarsSuccessResponse

    GraphQL GET UsersVerifiedAvatars 成功レスポンスモデル

    interface GraphQLGetUsersVerifiedAvatarsSuccessResponse {
        data: {
            usersResults: {
                result: {
                    __typename: string;
                    affiliates_highlighted_label: {};
                    has_nft_avatar?: boolean;
                    is_blue_verified: boolean;
                    legacy: {};
                    profile_image_shape: string;
                    rest_id: string;
                };
            }[];
        };
    }
    Index

    Properties

    Properties

    data: {
        usersResults: {
            result: {
                __typename: string;
                affiliates_highlighted_label: {};
                has_nft_avatar?: boolean;
                is_blue_verified: boolean;
                legacy: {};
                profile_image_shape: string;
                rest_id: string;
            };
        }[];
    }