@book000/twitterts
    Preparing search index...

    Interface GraphQLGetUsersVerifiedAvatarsSuccessResponse

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

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

    Properties

    Properties

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