@book000/twitterts
    Preparing search index...

    Interface GraphQLGetQuickPromoteEligibilitySuccessResponse

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

    interface GraphQLGetQuickPromoteEligibilitySuccessResponse {
        data: {
            tweet_result_by_rest_id: {
                result: {
                    __typename: string;
                    quick_promote_eligibility: { eligibility: string };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        tweet_result_by_rest_id: {
            result: {
                __typename: string;
                quick_promote_eligibility: { eligibility: string };
            };
        };
    }