@book000/twitterts
    Preparing search index...

    Interface CustomUserLikeTweetEntry

    ユーザーいいねツイートエントリモデル

    interface CustomUserLikeTweetEntry {
        content: {
            __typename: string;
            entryType: string;
            itemContent: {
                __typename: string;
                itemType: string;
                tweet_results: {
                    result: {
                        __typename: string;
                        card?: {
                            legacy: {
                                binding_values: {
                                    key: string;
                                    value: {
                                        image_color_value?: (...) | (...);
                                        image_value?: (...) | (...);
                                        scribe_key?: (...) | (...);
                                        string_value?: (...) | (...);
                                        type: string;
                                        user_value?: (...) | (...);
                                    };
                                }[];
                                card_platform: {
                                    platform: {
                                        audience: { name: string };
                                        device: { name: string; version: string };
                                    };
                                };
                                name: string;
                                url: string;
                                user_refs_results: {
                                    result: {
                                        __typename: string;
                                        affiliates_highlighted_label: {};
                                        has_graduated_access: boolean;
                                        id: string;
                                        is_blue_verified: boolean;
                                        legacy: {
                                            blocking?: ...;
                                            can_dm: ...;
                                            can_media_tag: ...;
                                            created_at: ...;
                                            default_profile: ...;
                                            default_profile_image: ...;
                                            description: ...;
                                            entities: ...;
                                            fast_followers_count: ...;
                                            favourites_count: ...;
                                            followed_by?: ...;
                                            followers_count: ...;
                                            following?: ...;
                                            friends_count: ...;
                                            has_custom_timelines: ...;
                                            is_translator: ...;
                                            listed_count: ...;
                                            location: ...;
                                            media_count: ...;
                                            name: ...;
                                            normal_followers_count: ...;
                                            pinned_tweet_ids_str: ...;
                                            possibly_sensitive: ...;
                                            profile_banner_url?: ...;
                                            profile_image_url_https: ...;
                                            profile_interstitial_type: ...;
                                            screen_name: ...;
                                            statuses_count: ...;
                                            translator_type: ...;
                                            url: ...;
                                            verified: ...;
                                            verified_type?: ...;
                                            want_retweets: ...;
                                            withheld_in_countries: ...;
                                        };
                                        professional?: (...)
                                        | (...);
                                        profile_image_shape: string;
                                        rest_id: string;
                                    };
                                }[];
                            };
                            rest_id: string;
                        };
                        core?: {
                            user_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: {};
                                    has_graduated_access: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        can_dm: boolean;
                                        can_media_tag: boolean;
                                        created_at: string;
                                        default_profile: boolean;
                                        default_profile_image: boolean;
                                        description: string;
                                        entities: { description: { urls: ... }; url?: (...) | (...) };
                                        fast_followers_count: number;
                                        favourites_count: number;
                                        followed_by?: boolean;
                                        followers_count: number;
                                        following?: boolean;
                                        friends_count: number;
                                        has_custom_timelines: boolean;
                                        is_translator: boolean;
                                        listed_count: number;
                                        location: string;
                                        media_count: number;
                                        name: string;
                                        normal_followers_count: number;
                                        pinned_tweet_ids_str: string[];
                                        possibly_sensitive: boolean;
                                        profile_banner_url?: string;
                                        profile_image_url_https: string;
                                        profile_interstitial_type: string;
                                        protected?: boolean;
                                        screen_name: string;
                                        statuses_count: number;
                                        translator_type: string;
                                        url?: string;
                                        verified: boolean;
                                        want_retweets: boolean;
                                        withheld_in_countries: unknown[];
                                    };
                                    professional?: {
                                        category: (...)[];
                                        professional_type: string;
                                        rest_id: string;
                                    };
                                    profile_image_shape: string;
                                    rest_id: string;
                                };
                            };
                        };
                        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;
                        };
                        is_translatable?: boolean;
                        legacy?: {
                            bookmark_count: number;
                            bookmarked: boolean;
                            conversation_id_str: string;
                            created_at: string;
                            display_text_range: number[];
                            entities: {
                                hashtags: { indices: number[]; text: string }[];
                                media?: {
                                    additional_media_info?: (...) | (...);
                                    display_url: string;
                                    expanded_url: string;
                                    ext_alt_text?: (...) | (...);
                                    ext_media_availability: { status: ... };
                                    features?: (...) | (...);
                                    id_str: string;
                                    indices: (...)[];
                                    media_key: string;
                                    media_url_https: string;
                                    original_info: { focus_rects: ...; height: ...; width: ... };
                                    sensitive_media_warning?: (...) | (...);
                                    sizes: { large: ...; medium: ...; small: ...; thumb: ... };
                                    source_status_id_str?: (...) | (...);
                                    source_user_id_str?: (...) | (...);
                                    type: string;
                                    url: string;
                                    video_info?: (...) | (...);
                                }[];
                                symbols: unknown[];
                                timestamps?: unknown[];
                                urls: {
                                    display_url: string;
                                    expanded_url: string;
                                    indices: number[];
                                    url: string;
                                }[];
                                user_mentions: {
                                    id_str: string;
                                    indices: number[];
                                    name: string;
                                    screen_name: string;
                                }[];
                            };
                            extended_entities?: {
                                media: {
                                    additional_media_info?: (...)
                                    | (...);
                                    display_url: string;
                                    expanded_url: string;
                                    ext_alt_text?: (...) | (...);
                                    ext_media_availability: { status: ... };
                                    features?: (...) | (...);
                                    id_str: string;
                                    indices: (...)[];
                                    media_key: string;
                                    media_url_https: string;
                                    original_info: { focus_rects: ...; height: ...; width: ... };
                                    sensitive_media_warning?: (...) | (...);
                                    sizes: { large: ...; medium: ...; small: ...; thumb: ... };
                                    source_status_id_str?: (...) | (...);
                                    source_user_id_str?: (...) | (...);
                                    type: string;
                                    url: string;
                                    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;
                            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;
                            user_id_str: string;
                        };
                        limitedActionResults?: {
                            limited_actions: {
                                action: string;
                                prompt: {
                                    __typename: string;
                                    cta_type: string;
                                    headline: { entities: (...)[]; text: string };
                                    subtext: { entities: (...)[]; text: string };
                                };
                            }[];
                        };
                        note_tweet?: {
                            is_expandable: boolean;
                            note_tweet_results: {
                                result: {
                                    entity_set: {
                                        hashtags: unknown[];
                                        symbols: unknown[];
                                        urls: unknown[];
                                        user_mentions: unknown[];
                                    };
                                    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;
                        };
                        quoted_status_result?: {
                            result: {
                                __typename: string;
                                card?: {
                                    legacy: {
                                        binding_values: (...)[];
                                        card_platform: { platform: ... };
                                        name: string;
                                        url: string;
                                        user_refs_results: (...)[];
                                    };
                                    rest_id: string;
                                };
                                core?: {
                                    user_results: {
                                        result: {
                                            __typename: ...;
                                            affiliates_highlighted_label: ...;
                                            has_graduated_access: ...;
                                            id: ...;
                                            is_blue_verified: ...;
                                            legacy: ...;
                                            professional?: ...;
                                            profile_image_shape: ...;
                                            rest_id: ...;
                                        };
                                    };
                                };
                                edit_control?: {
                                    edit_tweet_ids: string[];
                                    editable_until_msecs: string;
                                    edits_remaining: string;
                                    is_edit_eligible: boolean;
                                };
                                is_translatable?: boolean;
                                legacy?: {
                                    bookmark_count: number;
                                    bookmarked: boolean;
                                    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;
                                    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;
                                    possibly_sensitive?: boolean;
                                    possibly_sensitive_editable?: boolean;
                                    quote_count: number;
                                    reply_count: number;
                                    retweet_count: number;
                                    retweeted: boolean;
                                    user_id_str: string;
                                };
                                rest_id?: string;
                                source?: string;
                                tweet?: {
                                    core: { user_results: { result: ... } };
                                    edit_control: {
                                        edit_tweet_ids: (...)[];
                                        editable_until_msecs: string;
                                        edits_remaining: string;
                                        is_edit_eligible: boolean;
                                    };
                                    is_translatable: boolean;
                                    legacy: {
                                        bookmark_count: number;
                                        bookmarked: boolean;
                                        conversation_id_str: string;
                                        created_at: string;
                                        display_text_range: (...)[];
                                        entities: {
                                            hashtags: ...;
                                            media: ...;
                                            symbols: ...;
                                            urls: ...;
                                            user_mentions: ...;
                                        };
                                        extended_entities: { media: ... };
                                        favorite_count: number;
                                        favorited: boolean;
                                        full_text: string;
                                        id_str: string;
                                        is_quote_status: boolean;
                                        lang: string;
                                        possibly_sensitive: boolean;
                                        possibly_sensitive_editable: boolean;
                                        quote_count: number;
                                        reply_count: number;
                                        retweet_count: number;
                                        retweeted: boolean;
                                        user_id_str: string;
                                    };
                                    rest_id: string;
                                    source: string;
                                    unified_card: { card_fetch_state: string };
                                    unmention_data: {};
                                    views: { count: string; state: string };
                                };
                                tweetInterstitial?: {
                                    __typename: string;
                                    displayType: string;
                                    revealText: { entities: (...)[]; rtl: boolean; text: string };
                                    text: { entities: (...)[]; rtl: boolean; text: string };
                                };
                                unified_card?: { card_fetch_state: string };
                                unmention_data?: {};
                                views?: { count?: string; state: string };
                            };
                        };
                        rest_id?: string;
                        source?: string;
                        tweet?: {
                            core: {
                                user_results: {
                                    result: {
                                        __typename: string;
                                        affiliates_highlighted_label: {};
                                        has_graduated_access: boolean;
                                        id: string;
                                        is_blue_verified: boolean;
                                        legacy: {
                                            can_dm: boolean;
                                            can_media_tag: boolean;
                                            created_at: string;
                                            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: string;
                                            media_count: number;
                                            muting?: (...) | (...) | (...);
                                            name: string;
                                            normal_followers_count: number;
                                            pinned_tweet_ids_str: (...)[];
                                            possibly_sensitive: boolean;
                                            profile_banner_url?: (...) | (...);
                                            profile_image_url_https: string;
                                            profile_interstitial_type: string;
                                            screen_name: string;
                                            statuses_count: number;
                                            translator_type: string;
                                            url?: (...) | (...);
                                            verified: boolean;
                                            want_retweets: boolean;
                                            withheld_in_countries: (...)[];
                                        };
                                        profile_image_shape: string;
                                        rest_id: string;
                                    };
                                };
                            };
                            edit_control: {
                                edit_tweet_ids: string[];
                                editable_until_msecs: string;
                                edits_remaining: string;
                                is_edit_eligible: boolean;
                            };
                            is_translatable: boolean;
                            legacy: {
                                bookmark_count: number;
                                bookmarked: boolean;
                                conversation_control?: {
                                    conversation_owner_results: {
                                        result: { __typename: ...; legacy: ... };
                                    };
                                    policy: string;
                                };
                                conversation_id_str: string;
                                created_at: string;
                                display_text_range: number[];
                                entities: {
                                    hashtags: { indices: (...)[]; text: string }[];
                                    media?: {
                                        display_url: ...;
                                        expanded_url: ...;
                                        ext_media_availability: ...;
                                        features: ...;
                                        id_str: ...;
                                        indices: ...;
                                        media_key: ...;
                                        media_url_https: ...;
                                        original_info: ...;
                                        sizes: ...;
                                        type: ...;
                                        url: ...;
                                    }[];
                                    symbols: unknown[];
                                    urls: unknown[];
                                    user_mentions: unknown[];
                                };
                                extended_entities?: {
                                    media: {
                                        display_url: ...;
                                        expanded_url: ...;
                                        ext_media_availability: ...;
                                        features: ...;
                                        id_str: ...;
                                        indices: ...;
                                        media_key: ...;
                                        media_url_https: ...;
                                        original_info: ...;
                                        sizes: ...;
                                        type: ...;
                                        url: ...;
                                    }[];
                                };
                                favorite_count: number;
                                favorited: boolean;
                                full_text: string;
                                id_str: string;
                                is_quote_status: boolean;
                                lang: string;
                                limited_actions?: string;
                                possibly_sensitive?: boolean;
                                possibly_sensitive_editable?: boolean;
                                quote_count: number;
                                reply_count: number;
                                retweet_count: number;
                                retweeted: boolean;
                                user_id_str: string;
                            };
                            rest_id: string;
                            source: string;
                            unmention_data: {};
                            views: { count: string; state: string };
                        };
                        tweetInterstitial?: {
                            __typename: string;
                            displayType: string;
                            revealText: { entities: unknown[]; rtl: boolean; text: string };
                            text: { entities: unknown[]; rtl: boolean; text: string };
                        };
                        unified_card?: { card_fetch_state: string };
                        unmention_data?: {};
                        views?: { count?: string; state: string };
                    };
                };
                tweetDisplayType: string;
            };
        };
        entryId: string;
        sortIndex: string;
    }
    Index

    Properties

    content: {
        __typename: string;
        entryType: string;
        itemContent: {
            __typename: string;
            itemType: string;
            tweet_results: {
                result: {
                    __typename: string;
                    card?: {
                        legacy: {
                            binding_values: {
                                key: string;
                                value: {
                                    image_color_value?: (...) | (...);
                                    image_value?: (...) | (...);
                                    scribe_key?: (...) | (...);
                                    string_value?: (...) | (...);
                                    type: string;
                                    user_value?: (...) | (...);
                                };
                            }[];
                            card_platform: {
                                platform: {
                                    audience: { name: string };
                                    device: { name: string; version: string };
                                };
                            };
                            name: string;
                            url: string;
                            user_refs_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: {};
                                    has_graduated_access: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        blocking?: ...;
                                        can_dm: ...;
                                        can_media_tag: ...;
                                        created_at: ...;
                                        default_profile: ...;
                                        default_profile_image: ...;
                                        description: ...;
                                        entities: ...;
                                        fast_followers_count: ...;
                                        favourites_count: ...;
                                        followed_by?: ...;
                                        followers_count: ...;
                                        following?: ...;
                                        friends_count: ...;
                                        has_custom_timelines: ...;
                                        is_translator: ...;
                                        listed_count: ...;
                                        location: ...;
                                        media_count: ...;
                                        name: ...;
                                        normal_followers_count: ...;
                                        pinned_tweet_ids_str: ...;
                                        possibly_sensitive: ...;
                                        profile_banner_url?: ...;
                                        profile_image_url_https: ...;
                                        profile_interstitial_type: ...;
                                        screen_name: ...;
                                        statuses_count: ...;
                                        translator_type: ...;
                                        url: ...;
                                        verified: ...;
                                        verified_type?: ...;
                                        want_retweets: ...;
                                        withheld_in_countries: ...;
                                    };
                                    professional?: (...)
                                    | (...);
                                    profile_image_shape: string;
                                    rest_id: string;
                                };
                            }[];
                        };
                        rest_id: string;
                    };
                    core?: {
                        user_results: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: {};
                                has_graduated_access: boolean;
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    can_dm: boolean;
                                    can_media_tag: boolean;
                                    created_at: string;
                                    default_profile: boolean;
                                    default_profile_image: boolean;
                                    description: string;
                                    entities: { description: { urls: ... }; url?: (...) | (...) };
                                    fast_followers_count: number;
                                    favourites_count: number;
                                    followed_by?: boolean;
                                    followers_count: number;
                                    following?: boolean;
                                    friends_count: number;
                                    has_custom_timelines: boolean;
                                    is_translator: boolean;
                                    listed_count: number;
                                    location: string;
                                    media_count: number;
                                    name: string;
                                    normal_followers_count: number;
                                    pinned_tweet_ids_str: string[];
                                    possibly_sensitive: boolean;
                                    profile_banner_url?: string;
                                    profile_image_url_https: string;
                                    profile_interstitial_type: string;
                                    protected?: boolean;
                                    screen_name: string;
                                    statuses_count: number;
                                    translator_type: string;
                                    url?: string;
                                    verified: boolean;
                                    want_retweets: boolean;
                                    withheld_in_countries: unknown[];
                                };
                                professional?: {
                                    category: (...)[];
                                    professional_type: string;
                                    rest_id: string;
                                };
                                profile_image_shape: string;
                                rest_id: string;
                            };
                        };
                    };
                    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;
                    };
                    is_translatable?: boolean;
                    legacy?: {
                        bookmark_count: number;
                        bookmarked: boolean;
                        conversation_id_str: string;
                        created_at: string;
                        display_text_range: number[];
                        entities: {
                            hashtags: { indices: number[]; text: string }[];
                            media?: {
                                additional_media_info?: (...) | (...);
                                display_url: string;
                                expanded_url: string;
                                ext_alt_text?: (...) | (...);
                                ext_media_availability: { status: ... };
                                features?: (...) | (...);
                                id_str: string;
                                indices: (...)[];
                                media_key: string;
                                media_url_https: string;
                                original_info: { focus_rects: ...; height: ...; width: ... };
                                sensitive_media_warning?: (...) | (...);
                                sizes: { large: ...; medium: ...; small: ...; thumb: ... };
                                source_status_id_str?: (...) | (...);
                                source_user_id_str?: (...) | (...);
                                type: string;
                                url: string;
                                video_info?: (...) | (...);
                            }[];
                            symbols: unknown[];
                            timestamps?: unknown[];
                            urls: {
                                display_url: string;
                                expanded_url: string;
                                indices: number[];
                                url: string;
                            }[];
                            user_mentions: {
                                id_str: string;
                                indices: number[];
                                name: string;
                                screen_name: string;
                            }[];
                        };
                        extended_entities?: {
                            media: {
                                additional_media_info?: (...)
                                | (...);
                                display_url: string;
                                expanded_url: string;
                                ext_alt_text?: (...) | (...);
                                ext_media_availability: { status: ... };
                                features?: (...) | (...);
                                id_str: string;
                                indices: (...)[];
                                media_key: string;
                                media_url_https: string;
                                original_info: { focus_rects: ...; height: ...; width: ... };
                                sensitive_media_warning?: (...) | (...);
                                sizes: { large: ...; medium: ...; small: ...; thumb: ... };
                                source_status_id_str?: (...) | (...);
                                source_user_id_str?: (...) | (...);
                                type: string;
                                url: string;
                                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;
                        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;
                        user_id_str: string;
                    };
                    limitedActionResults?: {
                        limited_actions: {
                            action: string;
                            prompt: {
                                __typename: string;
                                cta_type: string;
                                headline: { entities: (...)[]; text: string };
                                subtext: { entities: (...)[]; text: string };
                            };
                        }[];
                    };
                    note_tweet?: {
                        is_expandable: boolean;
                        note_tweet_results: {
                            result: {
                                entity_set: {
                                    hashtags: unknown[];
                                    symbols: unknown[];
                                    urls: unknown[];
                                    user_mentions: unknown[];
                                };
                                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;
                    };
                    quoted_status_result?: {
                        result: {
                            __typename: string;
                            card?: {
                                legacy: {
                                    binding_values: (...)[];
                                    card_platform: { platform: ... };
                                    name: string;
                                    url: string;
                                    user_refs_results: (...)[];
                                };
                                rest_id: string;
                            };
                            core?: {
                                user_results: {
                                    result: {
                                        __typename: ...;
                                        affiliates_highlighted_label: ...;
                                        has_graduated_access: ...;
                                        id: ...;
                                        is_blue_verified: ...;
                                        legacy: ...;
                                        professional?: ...;
                                        profile_image_shape: ...;
                                        rest_id: ...;
                                    };
                                };
                            };
                            edit_control?: {
                                edit_tweet_ids: string[];
                                editable_until_msecs: string;
                                edits_remaining: string;
                                is_edit_eligible: boolean;
                            };
                            is_translatable?: boolean;
                            legacy?: {
                                bookmark_count: number;
                                bookmarked: boolean;
                                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;
                                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;
                                possibly_sensitive?: boolean;
                                possibly_sensitive_editable?: boolean;
                                quote_count: number;
                                reply_count: number;
                                retweet_count: number;
                                retweeted: boolean;
                                user_id_str: string;
                            };
                            rest_id?: string;
                            source?: string;
                            tweet?: {
                                core: { user_results: { result: ... } };
                                edit_control: {
                                    edit_tweet_ids: (...)[];
                                    editable_until_msecs: string;
                                    edits_remaining: string;
                                    is_edit_eligible: boolean;
                                };
                                is_translatable: boolean;
                                legacy: {
                                    bookmark_count: number;
                                    bookmarked: boolean;
                                    conversation_id_str: string;
                                    created_at: string;
                                    display_text_range: (...)[];
                                    entities: {
                                        hashtags: ...;
                                        media: ...;
                                        symbols: ...;
                                        urls: ...;
                                        user_mentions: ...;
                                    };
                                    extended_entities: { media: ... };
                                    favorite_count: number;
                                    favorited: boolean;
                                    full_text: string;
                                    id_str: string;
                                    is_quote_status: boolean;
                                    lang: string;
                                    possibly_sensitive: boolean;
                                    possibly_sensitive_editable: boolean;
                                    quote_count: number;
                                    reply_count: number;
                                    retweet_count: number;
                                    retweeted: boolean;
                                    user_id_str: string;
                                };
                                rest_id: string;
                                source: string;
                                unified_card: { card_fetch_state: string };
                                unmention_data: {};
                                views: { count: string; state: string };
                            };
                            tweetInterstitial?: {
                                __typename: string;
                                displayType: string;
                                revealText: { entities: (...)[]; rtl: boolean; text: string };
                                text: { entities: (...)[]; rtl: boolean; text: string };
                            };
                            unified_card?: { card_fetch_state: string };
                            unmention_data?: {};
                            views?: { count?: string; state: string };
                        };
                    };
                    rest_id?: string;
                    source?: string;
                    tweet?: {
                        core: {
                            user_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: {};
                                    has_graduated_access: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        can_dm: boolean;
                                        can_media_tag: boolean;
                                        created_at: string;
                                        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: string;
                                        media_count: number;
                                        muting?: (...) | (...) | (...);
                                        name: string;
                                        normal_followers_count: number;
                                        pinned_tweet_ids_str: (...)[];
                                        possibly_sensitive: boolean;
                                        profile_banner_url?: (...) | (...);
                                        profile_image_url_https: string;
                                        profile_interstitial_type: string;
                                        screen_name: string;
                                        statuses_count: number;
                                        translator_type: string;
                                        url?: (...) | (...);
                                        verified: boolean;
                                        want_retweets: boolean;
                                        withheld_in_countries: (...)[];
                                    };
                                    profile_image_shape: string;
                                    rest_id: string;
                                };
                            };
                        };
                        edit_control: {
                            edit_tweet_ids: string[];
                            editable_until_msecs: string;
                            edits_remaining: string;
                            is_edit_eligible: boolean;
                        };
                        is_translatable: boolean;
                        legacy: {
                            bookmark_count: number;
                            bookmarked: boolean;
                            conversation_control?: {
                                conversation_owner_results: {
                                    result: { __typename: ...; legacy: ... };
                                };
                                policy: string;
                            };
                            conversation_id_str: string;
                            created_at: string;
                            display_text_range: number[];
                            entities: {
                                hashtags: { indices: (...)[]; text: string }[];
                                media?: {
                                    display_url: ...;
                                    expanded_url: ...;
                                    ext_media_availability: ...;
                                    features: ...;
                                    id_str: ...;
                                    indices: ...;
                                    media_key: ...;
                                    media_url_https: ...;
                                    original_info: ...;
                                    sizes: ...;
                                    type: ...;
                                    url: ...;
                                }[];
                                symbols: unknown[];
                                urls: unknown[];
                                user_mentions: unknown[];
                            };
                            extended_entities?: {
                                media: {
                                    display_url: ...;
                                    expanded_url: ...;
                                    ext_media_availability: ...;
                                    features: ...;
                                    id_str: ...;
                                    indices: ...;
                                    media_key: ...;
                                    media_url_https: ...;
                                    original_info: ...;
                                    sizes: ...;
                                    type: ...;
                                    url: ...;
                                }[];
                            };
                            favorite_count: number;
                            favorited: boolean;
                            full_text: string;
                            id_str: string;
                            is_quote_status: boolean;
                            lang: string;
                            limited_actions?: string;
                            possibly_sensitive?: boolean;
                            possibly_sensitive_editable?: boolean;
                            quote_count: number;
                            reply_count: number;
                            retweet_count: number;
                            retweeted: boolean;
                            user_id_str: string;
                        };
                        rest_id: string;
                        source: string;
                        unmention_data: {};
                        views: { count: string; state: string };
                    };
                    tweetInterstitial?: {
                        __typename: string;
                        displayType: string;
                        revealText: { entities: unknown[]; rtl: boolean; text: string };
                        text: { entities: unknown[]; rtl: boolean; text: string };
                    };
                    unified_card?: { card_fetch_state: string };
                    unmention_data?: {};
                    views?: { count?: string; state: string };
                };
            };
            tweetDisplayType: string;
        };
    }
    entryId: string
    sortIndex: string