@book000/twitterts
    Preparing search index...

    Interface CustomUserTweetEntry

    ユーザーツイートモデル

    interface CustomUserTweetEntry {
        content: {
            __typename: string;
            clientEventInfo: {
                component: string;
                details?: {
                    timelinesDetails: { controllerData: string; injectionType: string };
                };
                element: string;
            };
            entryType: string;
            itemContent: {
                __typename: string;
                itemType: string;
                socialContext?: {
                    contextType: string;
                    landingUrl: { url: string; urlType: string };
                    text: string;
                    type: string;
                };
                tweet_results: {
                    result?: {
                        __typename: string;
                        article?: {
                            article_results: {
                                result: {
                                    cover_media?: {
                                        id: ...;
                                        media_id: ...;
                                        media_info: ...;
                                        media_key: ...;
                                    };
                                    id: string;
                                    lifecycle_state: { modified_at_secs: number };
                                    metadata: { first_published_at_secs: number };
                                    preview_text: string;
                                    rest_id: string;
                                    title: string;
                                };
                            };
                        };
                        author_community_relationship?: {
                            community_results: {
                                result?: {
                                    __typename: string;
                                    actions: {
                                        delete_action_result: ...;
                                        join_action_result: ...;
                                        leave_action_result: ...;
                                        pin_action_result: ...;
                                    };
                                    admin_results: { result?: ... };
                                    created_at: number;
                                    creator_results: { result?: ... };
                                    custom_banner_media?: (...) | (...);
                                    default_banner_media: { media_info?: ... };
                                    description?: (...) | (...);
                                    id_str: string;
                                    invites_policy: string;
                                    invites_result: { __typename: ...; message: ...; reason: ... };
                                    is_nsfw: boolean;
                                    is_pinned: boolean;
                                    join_policy: string;
                                    join_requests_result: { __typename: ... };
                                    member_count: number;
                                    members_facepile_results: (...)[];
                                    moderator_count: number;
                                    name: string;
                                    primary_community_topic?: (...) | (...);
                                    question?: (...) | (...);
                                    role: string;
                                    rules: (...)[];
                                    search_tags: (...)[];
                                    viewer_relationship: { moderation_state: ... };
                                };
                            };
                            role: string;
                            user_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: { label?: (...)
                                    | (...) };
                                    avatar?: { image_url: ... };
                                    core?: { created_at: ...; name: ...; screen_name: ... };
                                    dm_permissions?: { can_dm: ... };
                                    has_graduated_access: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        can_dm?: (...) | (...) | (...);
                                        can_media_tag?: (...) | (...) | (...);
                                        created_at?: (...) | (...);
                                        default_profile: boolean;
                                        default_profile_image: boolean;
                                        description: string;
                                        entities: { description: ...; url?: ... };
                                        fast_followers_count: number;
                                        favourites_count: number;
                                        followers_count: number;
                                        following?: (...) | (...) | (...);
                                        friends_count: number;
                                        has_custom_timelines: boolean;
                                        is_translator: boolean;
                                        listed_count: number;
                                        location?: (...) | (...);
                                        media_count: number;
                                        name?: (...) | (...);
                                        normal_followers_count: number;
                                        pinned_tweet_ids_str: (...)[];
                                        possibly_sensitive: boolean;
                                        profile_banner_url?: (...) | (...);
                                        profile_image_url_https?: (...) | (...);
                                        profile_interstitial_type: string;
                                        screen_name?: (...) | (...);
                                        statuses_count: number;
                                        translator_type: string;
                                        url?: (...) | (...);
                                        verified?: (...) | (...) | (...);
                                        verified_type?: (...) | (...);
                                        want_retweets: boolean;
                                        withheld_in_countries: (...)[];
                                    };
                                    location?: { location: ... };
                                    media_permissions?: { can_media_tag: ... };
                                    parody_commentary_fan_label: string;
                                    privacy?: { protected: ... };
                                    professional?: {
                                        category: ...;
                                        professional_type: ...;
                                        rest_id: ...;
                                    };
                                    profile_image_shape: string;
                                    relationship_perspectives?: { following: ... };
                                    rest_id: string;
                                    tipjar_settings: {
                                        bitcoin_handle?: (...) | (...);
                                        cash_app_handle?: (...) | (...);
                                        ethereum_handle?: (...) | (...);
                                        is_enabled?: (...) | (...) | (...);
                                        patreon_handle?: (...) | (...);
                                        venmo_handle?: (...) | (...);
                                    };
                                    verification?: { verified: ... };
                                };
                            };
                        };
                        card?: {
                            legacy?: {
                                binding_values: { key: ...; value: ... }[];
                                card_platform: { platform: { audience: ...; device: ... } };
                                name: string;
                                url: string;
                                user_refs_results: { result?: ... }[];
                            };
                            rest_id: string;
                        };
                        community_results?: {
                            result: {
                                __typename: string;
                                id_str: string;
                                viewer_relationship: { moderation_state: { __typename: string } };
                            };
                        };
                        core?: {
                            user_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: { label?: (...)
                                    | (...) };
                                    avatar?: { image_url: ... };
                                    core?: { created_at: ...; name: ...; screen_name: ... };
                                    dm_permissions?: { can_dm: ... };
                                    has_graduated_access?: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        blocking?: (...) | (...) | (...);
                                        can_dm?: (...) | (...) | (...);
                                        can_media_tag?: (...) | (...) | (...);
                                        created_at?: (...) | (...);
                                        default_profile: boolean;
                                        default_profile_image: boolean;
                                        description: string;
                                        entities: { description: ...; url?: ... };
                                        fast_followers_count: number;
                                        favourites_count: number;
                                        followed_by?: (...) | (...) | (...);
                                        followers_count: number;
                                        following?: (...) | (...) | (...);
                                        friends_count: number;
                                        has_custom_timelines: boolean;
                                        is_translator: boolean;
                                        listed_count: number;
                                        location?: (...) | (...);
                                        media_count: number;
                                        name?: (...) | (...);
                                        needs_phone_verification?: (...) | (...) | (...);
                                        normal_followers_count: number;
                                        notifications?: (...) | (...) | (...);
                                        pinned_tweet_ids_str: (...)[];
                                        possibly_sensitive: boolean;
                                        profile_banner_url?: (...) | (...);
                                        profile_image_url_https?: (...) | (...);
                                        profile_interstitial_type: string;
                                        protected?: (...) | (...) | (...);
                                        screen_name?: (...) | (...);
                                        statuses_count: number;
                                        translator_type: string;
                                        url?: (...) | (...);
                                        verified?: (...) | (...) | (...);
                                        verified_type?: (...) | (...);
                                        want_retweets?: (...) | (...) | (...);
                                        withheld_in_countries: (...)[];
                                    };
                                    location?: { location: ... };
                                    media_permissions?: { can_media_tag: ... };
                                    parody_commentary_fan_label: string;
                                    privacy?: { protected: ... };
                                    professional?: {
                                        category: ...;
                                        professional_type: ...;
                                        rest_id: ...;
                                    };
                                    profile_image_shape: string;
                                    relationship_perspectives?: { following: ... };
                                    rest_id: string;
                                    super_follow_eligible?: boolean;
                                    tipjar_settings: {
                                        bandcamp_handle?: (...) | (...);
                                        bitcoin_handle?: (...) | (...);
                                        cash_app_handle?: (...) | (...);
                                        ethereum_handle?: (...) | (...);
                                        gofundme_handle?: (...) | (...);
                                        is_enabled?: (...) | (...) | (...);
                                        patreon_handle?: (...) | (...);
                                        pay_pal_handle?: (...) | (...);
                                        venmo_handle?: (...) | (...);
                                    };
                                    verification?: { verified: ...; verified_type?: ... };
                                };
                            };
                        };
                        edit_control?: {
                            edit_control_initial?: {
                                edit_tweet_ids: string[];
                                editable_until_msecs: string;
                                edits_remaining: string;
                                is_edit_eligible: boolean;
                            };
                            edit_tweet_ids?: string[];
                            editable_until_msecs?: string;
                            edits_remaining?: string;
                            initial_tweet_id?: string;
                            is_edit_eligible?: boolean;
                        };
                        grok_share_attachment?: {
                            items: {
                                deepsearch_headers?: (...)[];
                                media_urls: string[];
                                message: string;
                            }[];
                        };
                        is_translatable?: boolean;
                        legacy?: {
                            bookmark_count: number;
                            bookmarked: boolean;
                            conversation_control?: {
                                conversation_owner_results: {
                                    result: { __typename: ...; core?: ...; legacy?: ... };
                                };
                                policy: string;
                            };
                            conversation_id_str: string;
                            created_at: string;
                            display_text_range: number[];
                            entities: {
                                hashtags: { indices: (...)[]; text: string }[];
                                media?: {
                                    additional_media_info?: ...;
                                    allow_download_status?: ...;
                                    display_url: ...;
                                    expanded_url: ...;
                                    ext_alt_text?: ...;
                                    ext_media_availability: ...;
                                    features?: ...;
                                    id_str: ...;
                                    indices: ...;
                                    media_key: ...;
                                    media_results: ...;
                                    media_url_https: ...;
                                    original_info: ...;
                                    sensitive_media_warning?: ...;
                                    sizes: ...;
                                    source_status_id_str?: ...;
                                    source_user_id_str?: ...;
                                    type: ...;
                                    url: ...;
                                    video_info?: ...;
                                }[];
                                symbols: { indices: (...)[]; text: string }[];
                                timestamps: unknown[];
                                urls: {
                                    display_url: string;
                                    expanded_url?: (...) | (...);
                                    indices: (...)[];
                                    url: string;
                                }[];
                                user_mentions: {
                                    id_str: string;
                                    indices: (...)[];
                                    name: string;
                                    screen_name: string;
                                }[];
                            };
                            extended_entities?: {
                                media: {
                                    additional_media_info?: ...;
                                    allow_download_status?: ...;
                                    display_url: ...;
                                    expanded_url: ...;
                                    ext_alt_text?: ...;
                                    ext_media_availability: ...;
                                    features?: ...;
                                    id_str: ...;
                                    indices: ...;
                                    media_key: ...;
                                    media_results: ...;
                                    media_url_https: ...;
                                    original_info: ...;
                                    sensitive_media_warning?: ...;
                                    sizes: ...;
                                    source_status_id_str?: ...;
                                    source_user_id_str?: ...;
                                    type: ...;
                                    url: ...;
                                    video_info?: ...;
                                }[];
                            };
                            favorite_count: number;
                            favorited: boolean;
                            full_text: string;
                            id_str: string;
                            in_reply_to_screen_name?: string;
                            in_reply_to_status_id_str?: string;
                            in_reply_to_user_id_str?: string;
                            is_quote_status: boolean;
                            lang: string;
                            place?: {
                                bounding_box: { coordinates: (...)[]; type: string };
                                country: string;
                                country_code: string;
                                full_name: string;
                                id: string;
                                name: string;
                                place_type: string;
                                url: string;
                            };
                            possibly_sensitive?: boolean;
                            possibly_sensitive_editable?: boolean;
                            quote_count: number;
                            quoted_status_id_str?: string;
                            quoted_status_permalink?: {
                                display: string;
                                expanded: string;
                                url: string;
                            };
                            reply_count: number;
                            retweet_count: number;
                            retweeted: boolean;
                            retweeted_status_result?: {
                                result?: {
                                    __typename: ...;
                                    article?: ...;
                                    birdwatch_pivot?: ...;
                                    card?: ...;
                                    community_results?: ...;
                                    core?: ...;
                                    edit_control?: ...;
                                    is_translatable?: ...;
                                    legacy?: ...;
                                    limitedActionResults?: ...;
                                    mediaVisibilityResults?: ...;
                                    note_tweet?: ...;
                                    previous_counts?: ...;
                                    quoted_status_result?: ...;
                                    rest_id?: ...;
                                    source?: ...;
                                    tweet?: ...;
                                    unmention_data?: ...;
                                    views?: ...;
                                    voiceInfo?: ...;
                                };
                            };
                            user_id_str: string;
                        };
                        limitedActionResults?: {
                            limited_actions: {
                                action: string;
                                prompt?: {
                                    __typename: ...;
                                    cta_type?: ...;
                                    headline: ...;
                                    subtext: ...;
                                };
                            }[];
                        };
                        mediaVisibilityResults?: {
                            blurred_image_interstitial: {
                                opacity: number;
                                text: { entities: unknown[]; rtl: boolean; text: string };
                                title: { entities: unknown[]; rtl: boolean; text: string };
                            };
                        };
                        note_tweet?: {
                            is_expandable: boolean;
                            note_tweet_results: {
                                result: {
                                    entity_set?: {
                                        hashtags: ...;
                                        symbols: ...;
                                        timestamps?: ...;
                                        urls: ...;
                                        user_mentions: ...;
                                    };
                                    id: string;
                                    media?: { inline_media: ... };
                                    richtext?: { richtext_tags: ... };
                                    text: string;
                                };
                            };
                        };
                        previous_counts?: {
                            bookmark_count: number;
                            favorite_count: number;
                            quote_count: number;
                            reply_count: number;
                            retweet_count: number;
                        };
                        quick_promote_eligibility?: { eligibility: string };
                        quoted_status_result?: {
                            result?: {
                                __typename: string;
                                card?: { legacy: ...; rest_id: ... };
                                core?: { user_results: ... };
                                edit_control?: {
                                    edit_control_initial?: ...;
                                    edit_tweet_ids?: ...;
                                    editable_until_msecs?: ...;
                                    edits_remaining?: ...;
                                    initial_tweet_id?: ...;
                                    is_edit_eligible?: ...;
                                };
                                is_translatable?: boolean;
                                legacy?: {
                                    bookmark_count: ...;
                                    bookmarked: ...;
                                    conversation_control?: ...;
                                    conversation_id_str: ...;
                                    coordinates?: ...;
                                    created_at: ...;
                                    display_text_range: ...;
                                    entities: ...;
                                    extended_entities?: ...;
                                    favorite_count: ...;
                                    favorited: ...;
                                    full_text: ...;
                                    geo?: ...;
                                    id_str: ...;
                                    in_reply_to_screen_name?: ...;
                                    in_reply_to_status_id_str?: ...;
                                    in_reply_to_user_id_str?: ...;
                                    is_quote_status: ...;
                                    lang: ...;
                                    place?: ...;
                                    possibly_sensitive?: ...;
                                    possibly_sensitive_editable?: ...;
                                    quote_count: ...;
                                    quoted_status_id_str?: ...;
                                    quoted_status_permalink?: ...;
                                    reply_count: ...;
                                    retweet_count: ...;
                                    retweeted: ...;
                                    scopes?: ...;
                                    user_id_str: ...;
                                };
                                limitedActionResults?: { limited_actions: ... };
                                mediaVisibilityResults?: { blurred_image_interstitial: ... };
                                note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                                previous_counts?: {
                                    bookmark_count: ...;
                                    favorite_count: ...;
                                    quote_count: ...;
                                    reply_count: ...;
                                    retweet_count: ...;
                                };
                                quotedRefResult?: { result?: ... };
                                rest_id?: string;
                                source?: string;
                                tombstone?: { __typename: ...; text: ... };
                                tweet?: {
                                    birdwatch_pivot?: ...;
                                    card?: ...;
                                    core: ...;
                                    edit_control: ...;
                                    is_translatable: ...;
                                    legacy: ...;
                                    note_tweet?: ...;
                                    previous_counts?: ...;
                                    quotedRefResult?: ...;
                                    rest_id: ...;
                                    source: ...;
                                    unmention_data: ...;
                                    views: ...;
                                };
                                tweetInterstitial?: {
                                    __typename: ...;
                                    displayType: ...;
                                    revealText: ...;
                                    text: ...;
                                };
                                unmention_data?: {};
                                views?: { count?: ...; state: ... };
                                voiceInfo?: {};
                            };
                        };
                        rest_id?: string;
                        source?: string;
                        tweet?: {
                            article?: {
                                article_results: {
                                    result: {
                                        cover_media: ...;
                                        id: ...;
                                        lifecycle_state: ...;
                                        metadata: ...;
                                        preview_text: ...;
                                        rest_id: ...;
                                        title: ...;
                                    };
                                };
                            };
                            author_community_relationship?: {
                                community_results: {
                                    result: {
                                        __typename: ...;
                                        actions: ...;
                                        admin_results: ...;
                                        created_at: ...;
                                        creator_results: ...;
                                        custom_banner_media: ...;
                                        default_banner_media: ...;
                                        description: ...;
                                        id_str: ...;
                                        invites_policy: ...;
                                        invites_result: ...;
                                        is_nsfw: ...;
                                        is_pinned: ...;
                                        join_policy: ...;
                                        join_requests_result: ...;
                                        member_count: ...;
                                        members_facepile_results: ...;
                                        moderator_count: ...;
                                        name: ...;
                                        question?: ...;
                                        role: ...;
                                        rules: ...;
                                        search_tags: ...;
                                        viewer_relationship: ...;
                                    };
                                };
                                role: string;
                                user_results: {
                                    result: {
                                        __typename: ...;
                                        affiliates_highlighted_label: ...;
                                        has_graduated_access: ...;
                                        id: ...;
                                        is_blue_verified: ...;
                                        legacy: ...;
                                        parody_commentary_fan_label: ...;
                                        professional?: ...;
                                        profile_image_shape: ...;
                                        rest_id: ...;
                                        tipjar_settings: ...;
                                    };
                                };
                            };
                            card?: {
                                legacy: {
                                    binding_values: (...)[];
                                    card_platform: { platform: ... };
                                    name: string;
                                    url: string;
                                    user_refs_results: (...)[];
                                };
                                rest_id: string;
                            };
                            community_results?: {
                                result: {
                                    __typename: string;
                                    id_str: string;
                                    viewer_relationship: { moderation_state: ... };
                                };
                            };
                            core?: {
                                user_results: {
                                    result: {
                                        __typename: ...;
                                        affiliates_highlighted_label: ...;
                                        avatar?: ...;
                                        core?: ...;
                                        dm_permissions?: ...;
                                        has_graduated_access: ...;
                                        id: ...;
                                        is_blue_verified: ...;
                                        legacy: ...;
                                        location?: ...;
                                        media_permissions?: ...;
                                        parody_commentary_fan_label: ...;
                                        privacy?: ...;
                                        professional?: ...;
                                        profile_image_shape: ...;
                                        relationship_perspectives?: ...;
                                        rest_id: ...;
                                        super_follow_eligible?: ...;
                                        tipjar_settings: ...;
                                        verification?: ...;
                                    };
                                };
                            };
                            edit_control?: {
                                edit_control_initial?: {
                                    edit_tweet_ids: ...;
                                    editable_until_msecs: ...;
                                    edits_remaining: ...;
                                    is_edit_eligible: ...;
                                };
                                edit_tweet_ids?: (...)[];
                                editable_until_msecs?: string;
                                edits_remaining?: string;
                                initial_tweet_id?: string;
                                is_edit_eligible?: boolean;
                            };
                            grok_share_attachment?: {
                                items: { deepsearch_headers?: ...; media_urls: ...; message: ... }[];
                            };
                            is_translatable?: boolean;
                            legacy?: {
                                bookmark_count: number;
                                bookmarked: boolean;
                                conversation_control?: {
                                    conversation_owner_results: ...;
                                    policy: ...;
                                };
                                conversation_id_str: string;
                                created_at: string;
                                display_text_range: number[];
                                entities: {
                                    hashtags: (...)[];
                                    media?: (...) | (...);
                                    symbols: (...)[];
                                    timestamps: (...)[];
                                    urls: (...)[];
                                    user_mentions: (...)[];
                                };
                                extended_entities?: { media: ... };
                                favorite_count: number;
                                favorited: boolean;
                                full_text: string;
                                id_str: string;
                                is_quote_status: boolean;
                                lang: string;
                                place?: {
                                    bounding_box: ...;
                                    country: ...;
                                    country_code: ...;
                                    full_name: ...;
                                    id: ...;
                                    name: ...;
                                    place_type: ...;
                                    url: ...;
                                };
                                possibly_sensitive?: boolean;
                                possibly_sensitive_editable?: boolean;
                                quote_count: number;
                                quoted_status_id_str?: string;
                                quoted_status_permalink?: { display: ...; expanded: ...; url: ... };
                                reply_count: number;
                                retweet_count: number;
                                retweeted: boolean;
                                retweeted_status_result?: { result?: ... };
                                user_id_str: string;
                            };
                            note_tweet?: {
                                is_expandable: boolean;
                                note_tweet_results: {
                                    result: {
                                        entity_set: ...;
                                        id: ...;
                                        media?: ...;
                                        richtext?: ...;
                                        text: ...;
                                    };
                                };
                            };
                            previous_counts?: {
                                bookmark_count: number;
                                favorite_count: number;
                                quote_count: number;
                                reply_count: number;
                                retweet_count: number;
                            };
                            quick_promote_eligibility: { eligibility: string };
                            quoted_status_result?: {
                                result?: {
                                    __typename: ...;
                                    card?: ...;
                                    core?: ...;
                                    edit_control?: ...;
                                    is_translatable?: ...;
                                    legacy?: ...;
                                    limitedActionResults?: ...;
                                    mediaVisibilityResults?: ...;
                                    quotedRefResult?: ...;
                                    rest_id?: ...;
                                    source?: ...;
                                    tombstone?: ...;
                                    tweet?: ...;
                                    tweetInterstitial?: ...;
                                    unmention_data?: ...;
                                    views?: ...;
                                };
                            };
                            rest_id: string;
                            source: string;
                            unmention_data?: {};
                            views?: { count?: string; state: string };
                        };
                        unmention_data?: {
                            hydrate?: { unmentioned_users_results: { rest_id: ... }[] };
                        };
                        views?: { count?: string; state: string };
                        voiceInfo?: {};
                    };
                };
                tweetDisplayType: string;
            };
        };
        entryId: string;
        sortIndex: string;
    }
    Index

    Properties

    content: {
        __typename: string;
        clientEventInfo: {
            component: string;
            details?: {
                timelinesDetails: { controllerData: string; injectionType: string };
            };
            element: string;
        };
        entryType: string;
        itemContent: {
            __typename: string;
            itemType: string;
            socialContext?: {
                contextType: string;
                landingUrl: { url: string; urlType: string };
                text: string;
                type: string;
            };
            tweet_results: {
                result?: {
                    __typename: string;
                    article?: {
                        article_results: {
                            result: {
                                cover_media?: {
                                    id: ...;
                                    media_id: ...;
                                    media_info: ...;
                                    media_key: ...;
                                };
                                id: string;
                                lifecycle_state: { modified_at_secs: number };
                                metadata: { first_published_at_secs: number };
                                preview_text: string;
                                rest_id: string;
                                title: string;
                            };
                        };
                    };
                    author_community_relationship?: {
                        community_results: {
                            result?: {
                                __typename: string;
                                actions: {
                                    delete_action_result: ...;
                                    join_action_result: ...;
                                    leave_action_result: ...;
                                    pin_action_result: ...;
                                };
                                admin_results: { result?: ... };
                                created_at: number;
                                creator_results: { result?: ... };
                                custom_banner_media?: (...) | (...);
                                default_banner_media: { media_info?: ... };
                                description?: (...) | (...);
                                id_str: string;
                                invites_policy: string;
                                invites_result: { __typename: ...; message: ...; reason: ... };
                                is_nsfw: boolean;
                                is_pinned: boolean;
                                join_policy: string;
                                join_requests_result: { __typename: ... };
                                member_count: number;
                                members_facepile_results: (...)[];
                                moderator_count: number;
                                name: string;
                                primary_community_topic?: (...) | (...);
                                question?: (...) | (...);
                                role: string;
                                rules: (...)[];
                                search_tags: (...)[];
                                viewer_relationship: { moderation_state: ... };
                            };
                        };
                        role: string;
                        user_results: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: { label?: (...)
                                | (...) };
                                avatar?: { image_url: ... };
                                core?: { created_at: ...; name: ...; screen_name: ... };
                                dm_permissions?: { can_dm: ... };
                                has_graduated_access: boolean;
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    can_dm?: (...) | (...) | (...);
                                    can_media_tag?: (...) | (...) | (...);
                                    created_at?: (...) | (...);
                                    default_profile: boolean;
                                    default_profile_image: boolean;
                                    description: string;
                                    entities: { description: ...; url?: ... };
                                    fast_followers_count: number;
                                    favourites_count: number;
                                    followers_count: number;
                                    following?: (...) | (...) | (...);
                                    friends_count: number;
                                    has_custom_timelines: boolean;
                                    is_translator: boolean;
                                    listed_count: number;
                                    location?: (...) | (...);
                                    media_count: number;
                                    name?: (...) | (...);
                                    normal_followers_count: number;
                                    pinned_tweet_ids_str: (...)[];
                                    possibly_sensitive: boolean;
                                    profile_banner_url?: (...) | (...);
                                    profile_image_url_https?: (...) | (...);
                                    profile_interstitial_type: string;
                                    screen_name?: (...) | (...);
                                    statuses_count: number;
                                    translator_type: string;
                                    url?: (...) | (...);
                                    verified?: (...) | (...) | (...);
                                    verified_type?: (...) | (...);
                                    want_retweets: boolean;
                                    withheld_in_countries: (...)[];
                                };
                                location?: { location: ... };
                                media_permissions?: { can_media_tag: ... };
                                parody_commentary_fan_label: string;
                                privacy?: { protected: ... };
                                professional?: {
                                    category: ...;
                                    professional_type: ...;
                                    rest_id: ...;
                                };
                                profile_image_shape: string;
                                relationship_perspectives?: { following: ... };
                                rest_id: string;
                                tipjar_settings: {
                                    bitcoin_handle?: (...) | (...);
                                    cash_app_handle?: (...) | (...);
                                    ethereum_handle?: (...) | (...);
                                    is_enabled?: (...) | (...) | (...);
                                    patreon_handle?: (...) | (...);
                                    venmo_handle?: (...) | (...);
                                };
                                verification?: { verified: ... };
                            };
                        };
                    };
                    card?: {
                        legacy?: {
                            binding_values: { key: ...; value: ... }[];
                            card_platform: { platform: { audience: ...; device: ... } };
                            name: string;
                            url: string;
                            user_refs_results: { result?: ... }[];
                        };
                        rest_id: string;
                    };
                    community_results?: {
                        result: {
                            __typename: string;
                            id_str: string;
                            viewer_relationship: { moderation_state: { __typename: string } };
                        };
                    };
                    core?: {
                        user_results: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: { label?: (...)
                                | (...) };
                                avatar?: { image_url: ... };
                                core?: { created_at: ...; name: ...; screen_name: ... };
                                dm_permissions?: { can_dm: ... };
                                has_graduated_access?: boolean;
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    blocking?: (...) | (...) | (...);
                                    can_dm?: (...) | (...) | (...);
                                    can_media_tag?: (...) | (...) | (...);
                                    created_at?: (...) | (...);
                                    default_profile: boolean;
                                    default_profile_image: boolean;
                                    description: string;
                                    entities: { description: ...; url?: ... };
                                    fast_followers_count: number;
                                    favourites_count: number;
                                    followed_by?: (...) | (...) | (...);
                                    followers_count: number;
                                    following?: (...) | (...) | (...);
                                    friends_count: number;
                                    has_custom_timelines: boolean;
                                    is_translator: boolean;
                                    listed_count: number;
                                    location?: (...) | (...);
                                    media_count: number;
                                    name?: (...) | (...);
                                    needs_phone_verification?: (...) | (...) | (...);
                                    normal_followers_count: number;
                                    notifications?: (...) | (...) | (...);
                                    pinned_tweet_ids_str: (...)[];
                                    possibly_sensitive: boolean;
                                    profile_banner_url?: (...) | (...);
                                    profile_image_url_https?: (...) | (...);
                                    profile_interstitial_type: string;
                                    protected?: (...) | (...) | (...);
                                    screen_name?: (...) | (...);
                                    statuses_count: number;
                                    translator_type: string;
                                    url?: (...) | (...);
                                    verified?: (...) | (...) | (...);
                                    verified_type?: (...) | (...);
                                    want_retweets?: (...) | (...) | (...);
                                    withheld_in_countries: (...)[];
                                };
                                location?: { location: ... };
                                media_permissions?: { can_media_tag: ... };
                                parody_commentary_fan_label: string;
                                privacy?: { protected: ... };
                                professional?: {
                                    category: ...;
                                    professional_type: ...;
                                    rest_id: ...;
                                };
                                profile_image_shape: string;
                                relationship_perspectives?: { following: ... };
                                rest_id: string;
                                super_follow_eligible?: boolean;
                                tipjar_settings: {
                                    bandcamp_handle?: (...) | (...);
                                    bitcoin_handle?: (...) | (...);
                                    cash_app_handle?: (...) | (...);
                                    ethereum_handle?: (...) | (...);
                                    gofundme_handle?: (...) | (...);
                                    is_enabled?: (...) | (...) | (...);
                                    patreon_handle?: (...) | (...);
                                    pay_pal_handle?: (...) | (...);
                                    venmo_handle?: (...) | (...);
                                };
                                verification?: { verified: ...; verified_type?: ... };
                            };
                        };
                    };
                    edit_control?: {
                        edit_control_initial?: {
                            edit_tweet_ids: string[];
                            editable_until_msecs: string;
                            edits_remaining: string;
                            is_edit_eligible: boolean;
                        };
                        edit_tweet_ids?: string[];
                        editable_until_msecs?: string;
                        edits_remaining?: string;
                        initial_tweet_id?: string;
                        is_edit_eligible?: boolean;
                    };
                    grok_share_attachment?: {
                        items: {
                            deepsearch_headers?: (...)[];
                            media_urls: string[];
                            message: string;
                        }[];
                    };
                    is_translatable?: boolean;
                    legacy?: {
                        bookmark_count: number;
                        bookmarked: boolean;
                        conversation_control?: {
                            conversation_owner_results: {
                                result: { __typename: ...; core?: ...; legacy?: ... };
                            };
                            policy: string;
                        };
                        conversation_id_str: string;
                        created_at: string;
                        display_text_range: number[];
                        entities: {
                            hashtags: { indices: (...)[]; text: string }[];
                            media?: {
                                additional_media_info?: ...;
                                allow_download_status?: ...;
                                display_url: ...;
                                expanded_url: ...;
                                ext_alt_text?: ...;
                                ext_media_availability: ...;
                                features?: ...;
                                id_str: ...;
                                indices: ...;
                                media_key: ...;
                                media_results: ...;
                                media_url_https: ...;
                                original_info: ...;
                                sensitive_media_warning?: ...;
                                sizes: ...;
                                source_status_id_str?: ...;
                                source_user_id_str?: ...;
                                type: ...;
                                url: ...;
                                video_info?: ...;
                            }[];
                            symbols: { indices: (...)[]; text: string }[];
                            timestamps: unknown[];
                            urls: {
                                display_url: string;
                                expanded_url?: (...) | (...);
                                indices: (...)[];
                                url: string;
                            }[];
                            user_mentions: {
                                id_str: string;
                                indices: (...)[];
                                name: string;
                                screen_name: string;
                            }[];
                        };
                        extended_entities?: {
                            media: {
                                additional_media_info?: ...;
                                allow_download_status?: ...;
                                display_url: ...;
                                expanded_url: ...;
                                ext_alt_text?: ...;
                                ext_media_availability: ...;
                                features?: ...;
                                id_str: ...;
                                indices: ...;
                                media_key: ...;
                                media_results: ...;
                                media_url_https: ...;
                                original_info: ...;
                                sensitive_media_warning?: ...;
                                sizes: ...;
                                source_status_id_str?: ...;
                                source_user_id_str?: ...;
                                type: ...;
                                url: ...;
                                video_info?: ...;
                            }[];
                        };
                        favorite_count: number;
                        favorited: boolean;
                        full_text: string;
                        id_str: string;
                        in_reply_to_screen_name?: string;
                        in_reply_to_status_id_str?: string;
                        in_reply_to_user_id_str?: string;
                        is_quote_status: boolean;
                        lang: string;
                        place?: {
                            bounding_box: { coordinates: (...)[]; type: string };
                            country: string;
                            country_code: string;
                            full_name: string;
                            id: string;
                            name: string;
                            place_type: string;
                            url: string;
                        };
                        possibly_sensitive?: boolean;
                        possibly_sensitive_editable?: boolean;
                        quote_count: number;
                        quoted_status_id_str?: string;
                        quoted_status_permalink?: {
                            display: string;
                            expanded: string;
                            url: string;
                        };
                        reply_count: number;
                        retweet_count: number;
                        retweeted: boolean;
                        retweeted_status_result?: {
                            result?: {
                                __typename: ...;
                                article?: ...;
                                birdwatch_pivot?: ...;
                                card?: ...;
                                community_results?: ...;
                                core?: ...;
                                edit_control?: ...;
                                is_translatable?: ...;
                                legacy?: ...;
                                limitedActionResults?: ...;
                                mediaVisibilityResults?: ...;
                                note_tweet?: ...;
                                previous_counts?: ...;
                                quoted_status_result?: ...;
                                rest_id?: ...;
                                source?: ...;
                                tweet?: ...;
                                unmention_data?: ...;
                                views?: ...;
                                voiceInfo?: ...;
                            };
                        };
                        user_id_str: string;
                    };
                    limitedActionResults?: {
                        limited_actions: {
                            action: string;
                            prompt?: {
                                __typename: ...;
                                cta_type?: ...;
                                headline: ...;
                                subtext: ...;
                            };
                        }[];
                    };
                    mediaVisibilityResults?: {
                        blurred_image_interstitial: {
                            opacity: number;
                            text: { entities: unknown[]; rtl: boolean; text: string };
                            title: { entities: unknown[]; rtl: boolean; text: string };
                        };
                    };
                    note_tweet?: {
                        is_expandable: boolean;
                        note_tweet_results: {
                            result: {
                                entity_set?: {
                                    hashtags: ...;
                                    symbols: ...;
                                    timestamps?: ...;
                                    urls: ...;
                                    user_mentions: ...;
                                };
                                id: string;
                                media?: { inline_media: ... };
                                richtext?: { richtext_tags: ... };
                                text: string;
                            };
                        };
                    };
                    previous_counts?: {
                        bookmark_count: number;
                        favorite_count: number;
                        quote_count: number;
                        reply_count: number;
                        retweet_count: number;
                    };
                    quick_promote_eligibility?: { eligibility: string };
                    quoted_status_result?: {
                        result?: {
                            __typename: string;
                            card?: { legacy: ...; rest_id: ... };
                            core?: { user_results: ... };
                            edit_control?: {
                                edit_control_initial?: ...;
                                edit_tweet_ids?: ...;
                                editable_until_msecs?: ...;
                                edits_remaining?: ...;
                                initial_tweet_id?: ...;
                                is_edit_eligible?: ...;
                            };
                            is_translatable?: boolean;
                            legacy?: {
                                bookmark_count: ...;
                                bookmarked: ...;
                                conversation_control?: ...;
                                conversation_id_str: ...;
                                coordinates?: ...;
                                created_at: ...;
                                display_text_range: ...;
                                entities: ...;
                                extended_entities?: ...;
                                favorite_count: ...;
                                favorited: ...;
                                full_text: ...;
                                geo?: ...;
                                id_str: ...;
                                in_reply_to_screen_name?: ...;
                                in_reply_to_status_id_str?: ...;
                                in_reply_to_user_id_str?: ...;
                                is_quote_status: ...;
                                lang: ...;
                                place?: ...;
                                possibly_sensitive?: ...;
                                possibly_sensitive_editable?: ...;
                                quote_count: ...;
                                quoted_status_id_str?: ...;
                                quoted_status_permalink?: ...;
                                reply_count: ...;
                                retweet_count: ...;
                                retweeted: ...;
                                scopes?: ...;
                                user_id_str: ...;
                            };
                            limitedActionResults?: { limited_actions: ... };
                            mediaVisibilityResults?: { blurred_image_interstitial: ... };
                            note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                            previous_counts?: {
                                bookmark_count: ...;
                                favorite_count: ...;
                                quote_count: ...;
                                reply_count: ...;
                                retweet_count: ...;
                            };
                            quotedRefResult?: { result?: ... };
                            rest_id?: string;
                            source?: string;
                            tombstone?: { __typename: ...; text: ... };
                            tweet?: {
                                birdwatch_pivot?: ...;
                                card?: ...;
                                core: ...;
                                edit_control: ...;
                                is_translatable: ...;
                                legacy: ...;
                                note_tweet?: ...;
                                previous_counts?: ...;
                                quotedRefResult?: ...;
                                rest_id: ...;
                                source: ...;
                                unmention_data: ...;
                                views: ...;
                            };
                            tweetInterstitial?: {
                                __typename: ...;
                                displayType: ...;
                                revealText: ...;
                                text: ...;
                            };
                            unmention_data?: {};
                            views?: { count?: ...; state: ... };
                            voiceInfo?: {};
                        };
                    };
                    rest_id?: string;
                    source?: string;
                    tweet?: {
                        article?: {
                            article_results: {
                                result: {
                                    cover_media: ...;
                                    id: ...;
                                    lifecycle_state: ...;
                                    metadata: ...;
                                    preview_text: ...;
                                    rest_id: ...;
                                    title: ...;
                                };
                            };
                        };
                        author_community_relationship?: {
                            community_results: {
                                result: {
                                    __typename: ...;
                                    actions: ...;
                                    admin_results: ...;
                                    created_at: ...;
                                    creator_results: ...;
                                    custom_banner_media: ...;
                                    default_banner_media: ...;
                                    description: ...;
                                    id_str: ...;
                                    invites_policy: ...;
                                    invites_result: ...;
                                    is_nsfw: ...;
                                    is_pinned: ...;
                                    join_policy: ...;
                                    join_requests_result: ...;
                                    member_count: ...;
                                    members_facepile_results: ...;
                                    moderator_count: ...;
                                    name: ...;
                                    question?: ...;
                                    role: ...;
                                    rules: ...;
                                    search_tags: ...;
                                    viewer_relationship: ...;
                                };
                            };
                            role: string;
                            user_results: {
                                result: {
                                    __typename: ...;
                                    affiliates_highlighted_label: ...;
                                    has_graduated_access: ...;
                                    id: ...;
                                    is_blue_verified: ...;
                                    legacy: ...;
                                    parody_commentary_fan_label: ...;
                                    professional?: ...;
                                    profile_image_shape: ...;
                                    rest_id: ...;
                                    tipjar_settings: ...;
                                };
                            };
                        };
                        card?: {
                            legacy: {
                                binding_values: (...)[];
                                card_platform: { platform: ... };
                                name: string;
                                url: string;
                                user_refs_results: (...)[];
                            };
                            rest_id: string;
                        };
                        community_results?: {
                            result: {
                                __typename: string;
                                id_str: string;
                                viewer_relationship: { moderation_state: ... };
                            };
                        };
                        core?: {
                            user_results: {
                                result: {
                                    __typename: ...;
                                    affiliates_highlighted_label: ...;
                                    avatar?: ...;
                                    core?: ...;
                                    dm_permissions?: ...;
                                    has_graduated_access: ...;
                                    id: ...;
                                    is_blue_verified: ...;
                                    legacy: ...;
                                    location?: ...;
                                    media_permissions?: ...;
                                    parody_commentary_fan_label: ...;
                                    privacy?: ...;
                                    professional?: ...;
                                    profile_image_shape: ...;
                                    relationship_perspectives?: ...;
                                    rest_id: ...;
                                    super_follow_eligible?: ...;
                                    tipjar_settings: ...;
                                    verification?: ...;
                                };
                            };
                        };
                        edit_control?: {
                            edit_control_initial?: {
                                edit_tweet_ids: ...;
                                editable_until_msecs: ...;
                                edits_remaining: ...;
                                is_edit_eligible: ...;
                            };
                            edit_tweet_ids?: (...)[];
                            editable_until_msecs?: string;
                            edits_remaining?: string;
                            initial_tweet_id?: string;
                            is_edit_eligible?: boolean;
                        };
                        grok_share_attachment?: {
                            items: { deepsearch_headers?: ...; media_urls: ...; message: ... }[];
                        };
                        is_translatable?: boolean;
                        legacy?: {
                            bookmark_count: number;
                            bookmarked: boolean;
                            conversation_control?: {
                                conversation_owner_results: ...;
                                policy: ...;
                            };
                            conversation_id_str: string;
                            created_at: string;
                            display_text_range: number[];
                            entities: {
                                hashtags: (...)[];
                                media?: (...) | (...);
                                symbols: (...)[];
                                timestamps: (...)[];
                                urls: (...)[];
                                user_mentions: (...)[];
                            };
                            extended_entities?: { media: ... };
                            favorite_count: number;
                            favorited: boolean;
                            full_text: string;
                            id_str: string;
                            is_quote_status: boolean;
                            lang: string;
                            place?: {
                                bounding_box: ...;
                                country: ...;
                                country_code: ...;
                                full_name: ...;
                                id: ...;
                                name: ...;
                                place_type: ...;
                                url: ...;
                            };
                            possibly_sensitive?: boolean;
                            possibly_sensitive_editable?: boolean;
                            quote_count: number;
                            quoted_status_id_str?: string;
                            quoted_status_permalink?: { display: ...; expanded: ...; url: ... };
                            reply_count: number;
                            retweet_count: number;
                            retweeted: boolean;
                            retweeted_status_result?: { result?: ... };
                            user_id_str: string;
                        };
                        note_tweet?: {
                            is_expandable: boolean;
                            note_tweet_results: {
                                result: {
                                    entity_set: ...;
                                    id: ...;
                                    media?: ...;
                                    richtext?: ...;
                                    text: ...;
                                };
                            };
                        };
                        previous_counts?: {
                            bookmark_count: number;
                            favorite_count: number;
                            quote_count: number;
                            reply_count: number;
                            retweet_count: number;
                        };
                        quick_promote_eligibility: { eligibility: string };
                        quoted_status_result?: {
                            result?: {
                                __typename: ...;
                                card?: ...;
                                core?: ...;
                                edit_control?: ...;
                                is_translatable?: ...;
                                legacy?: ...;
                                limitedActionResults?: ...;
                                mediaVisibilityResults?: ...;
                                quotedRefResult?: ...;
                                rest_id?: ...;
                                source?: ...;
                                tombstone?: ...;
                                tweet?: ...;
                                tweetInterstitial?: ...;
                                unmention_data?: ...;
                                views?: ...;
                            };
                        };
                        rest_id: string;
                        source: string;
                        unmention_data?: {};
                        views?: { count?: string; state: string };
                    };
                    unmention_data?: {
                        hydrate?: { unmentioned_users_results: { rest_id: ... }[] };
                    };
                    views?: { count?: string; state: string };
                    voiceInfo?: {};
                };
            };
            tweetDisplayType: string;
        };
    }
    entryId: string
    sortIndex: string