@book000/twitterts
    Preparing search index...

    Interface GraphQLGetAudioSpaceByIdSuccessResponse

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

    interface GraphQLGetAudioSpaceByIdSuccessResponse {
        data: {
            audioSpace: {
                is_subscribed: boolean;
                metadata: {
                    content_type?: string;
                    conversation_controls: number;
                    created_at: number;
                    creator_results: {
                        result: {
                            __typename: string;
                            affiliates_highlighted_label: {
                                label?: {
                                    badge: { url: string };
                                    description: string;
                                    longDescription: {
                                        entities: { fromIndex: ...; ref: ...; toIndex: ... }[];
                                        text: string;
                                    };
                                    userLabelType: string;
                                };
                            };
                            avatar?: { image_url: string };
                            core?: { created_at: string; name: string; screen_name: string };
                            dm_permissions?: { can_dm: boolean };
                            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: {
                                            display_url: string;
                                            expanded_url: string;
                                            indices: (...)[];
                                            url: string;
                                        }[];
                                    };
                                    url?: {
                                        urls: {
                                            display_url: ...;
                                            expanded_url: ...;
                                            indices: ...;
                                            url: ...;
                                        }[];
                                    };
                                };
                                fast_followers_count: number;
                                favourites_count: number;
                                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;
                                screen_name?: string;
                                statuses_count: number;
                                translator_type: string;
                                url?: string;
                                verified?: boolean;
                                verified_type?: string;
                                want_retweets: boolean;
                                withheld_in_countries: unknown[];
                            };
                            location?: { location: string };
                            media_permissions?: { can_media_tag: boolean };
                            parody_commentary_fan_label: string;
                            privacy?: { protected: boolean };
                            professional?: {
                                category: { icon_name: string; id: number; name: string }[];
                                professional_type: string;
                                rest_id: string;
                            };
                            profile_image_shape: string;
                            relationship_perspectives?: { following: boolean };
                            rest_id: string;
                            super_follow_eligible?: boolean;
                            tipjar_settings: { ethereum_handle?: string; is_enabled?: boolean };
                            verification?: { verified: boolean };
                        };
                    };
                    disallow_join: boolean;
                    ended_at?: string;
                    is_employee_only: boolean;
                    is_locked: boolean;
                    is_muted: boolean;
                    is_space_available_for_clipping: boolean;
                    is_space_available_for_replay: boolean;
                    max_admin_capacity: number;
                    max_guest_sessions: number;
                    media_key: string;
                    mentioned_users?: { rest_id: string }[];
                    narrow_cast_space_type: number;
                    no_incognito: boolean;
                    replay_start_time?: number;
                    rest_id: string;
                    scheduled_start?: number;
                    started_at?: number;
                    state: string;
                    title?: string;
                    topics?: { topic: { name: string; topic_id: string } }[];
                    total_live_listeners: number;
                    total_replay_watched: number;
                    tweet_results: {
                        result?: {
                            __typename: string;
                            card: {
                                legacy: {
                                    binding_values: {
                                        key: string;
                                        value: { scribe_key?: ...; string_value: ...; type: ... };
                                    }[];
                                    card_platform: {
                                        platform: {
                                            audience: { name: ... };
                                            device: { name: ...; version: ... };
                                        };
                                    };
                                    name: string;
                                    url: string;
                                    user_refs_results: unknown[];
                                };
                                rest_id: 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: {
                                            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: { is_enabled?: (...) | (...) | (...) };
                                        verification?: { verified: ... };
                                    };
                                };
                            };
                            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: unknown[];
                                    symbols: unknown[];
                                    timestamps: unknown[];
                                    urls: {
                                        display_url: string;
                                        expanded_url: string;
                                        indices: (...)[];
                                        url: string;
                                    }[];
                                    user_mentions: unknown[];
                                };
                                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;
                            unmention_data: {};
                            views: { count: string; state: string };
                            voiceInfo?: {};
                        };
                    };
                    updated_at: number;
                };
                participants: {
                    admins: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label: {
                                    label?: {
                                        badge: { url: ... };
                                        description: string;
                                        longDescription?: (...) | (...);
                                        url?: (...) | (...);
                                        userLabelDisplayType?: (...) | (...);
                                        userLabelType: string;
                                    };
                                };
                                is_blue_verified: boolean;
                                legacy?: { verified_type?: string };
                                verification?: {};
                            };
                        };
                    }[];
                    listeners: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label: {};
                                is_blue_verified: boolean;
                                legacy?: {};
                                verification?: { verified_type?: string };
                            };
                        };
                    }[];
                    speakers: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label?: {
                                    label?: {
                                        badge: ...;
                                        description: ...;
                                        longDescription?: ...;
                                        url?: ...;
                                        userLabelDisplayType?: ...;
                                        userLabelType: ...;
                                    };
                                };
                                is_blue_verified?: boolean;
                                legacy?: { verified_type?: string };
                                verification?: {};
                            };
                        };
                    }[];
                    total: number;
                };
                sharings: {
                    items: {
                        created_at_ms: number;
                        shared_item: {
                            __typename: string;
                            tweet_results: {
                                result?: {
                                    __typename: string;
                                    author_community_relationship?: {
                                        community_results: ...;
                                        role: ...;
                                        user_results: ...;
                                    };
                                    card?: { legacy: ...; rest_id: ... };
                                    community_results?: { result: ... };
                                    core?: { user_results: ... };
                                    edit_control?: {
                                        edit_tweet_ids: ...;
                                        editable_until_msecs: ...;
                                        edits_remaining: ...;
                                        is_edit_eligible: ...;
                                    };
                                    is_translatable?: boolean;
                                    legacy?: {
                                        bookmark_count: ...;
                                        bookmarked: ...;
                                        conversation_control?: ...;
                                        conversation_id_str: ...;
                                        created_at: ...;
                                        display_text_range: ...;
                                        entities: ...;
                                        extended_entities?: ...;
                                        favorite_count: ...;
                                        favorited: ...;
                                        full_text: ...;
                                        id_str: ...;
                                        in_reply_to_screen_name?: ...;
                                        in_reply_to_status_id_str?: ...;
                                        in_reply_to_user_id_str?: ...;
                                        is_quote_status: ...;
                                        lang: ...;
                                        possibly_sensitive?: ...;
                                        possibly_sensitive_editable?: ...;
                                        quote_count: ...;
                                        quoted_status_id_str?: ...;
                                        quoted_status_permalink?: ...;
                                        reply_count: ...;
                                        retweet_count: ...;
                                        retweeted: ...;
                                        retweeted_status_result?: ...;
                                        user_id_str: ...;
                                    };
                                    note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                                    quoted_status_result?: { result?: ... };
                                    rest_id?: string;
                                    source?: string;
                                    unmention_data?: {};
                                    views?: { count?: ...; state: ... };
                                    voiceInfo?: {};
                                };
                            };
                        };
                        sharing_id: string;
                        updated_at_ms: number;
                        user_results: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: {
                                    label?: {
                                        badge: { url: ... };
                                        description: string;
                                        longDescription: { entities: ...; text: ... };
                                        userLabelType: string;
                                    };
                                };
                                has_graduated_access: boolean;
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    blocking?: boolean;
                                    can_dm: boolean;
                                    can_media_tag: boolean;
                                    created_at: string;
                                    default_profile: boolean;
                                    default_profile_image: boolean;
                                    description: string;
                                    entities: { description: { urls: (...)[] }; url?: { urls: ... } };
                                    fast_followers_count: number;
                                    favourites_count: number;
                                    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;
                                    verified_type?: string;
                                    want_retweets: boolean;
                                    withheld_in_countries: unknown[];
                                };
                                parody_commentary_fan_label: string;
                                professional?: {
                                    category: unknown[];
                                    professional_type: string;
                                    rest_id: string;
                                };
                                profile_image_shape: string;
                                rest_id: string;
                                tipjar_settings: { is_enabled?: boolean };
                                verification?: { verified: boolean };
                            };
                        };
                    }[];
                    slice_info: {};
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        audioSpace: {
            is_subscribed: boolean;
            metadata: {
                content_type?: string;
                conversation_controls: number;
                created_at: number;
                creator_results: {
                    result: {
                        __typename: string;
                        affiliates_highlighted_label: {
                            label?: {
                                badge: { url: string };
                                description: string;
                                longDescription: {
                                    entities: { fromIndex: ...; ref: ...; toIndex: ... }[];
                                    text: string;
                                };
                                userLabelType: string;
                            };
                        };
                        avatar?: { image_url: string };
                        core?: { created_at: string; name: string; screen_name: string };
                        dm_permissions?: { can_dm: boolean };
                        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: {
                                        display_url: string;
                                        expanded_url: string;
                                        indices: (...)[];
                                        url: string;
                                    }[];
                                };
                                url?: {
                                    urls: {
                                        display_url: ...;
                                        expanded_url: ...;
                                        indices: ...;
                                        url: ...;
                                    }[];
                                };
                            };
                            fast_followers_count: number;
                            favourites_count: number;
                            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;
                            screen_name?: string;
                            statuses_count: number;
                            translator_type: string;
                            url?: string;
                            verified?: boolean;
                            verified_type?: string;
                            want_retweets: boolean;
                            withheld_in_countries: unknown[];
                        };
                        location?: { location: string };
                        media_permissions?: { can_media_tag: boolean };
                        parody_commentary_fan_label: string;
                        privacy?: { protected: boolean };
                        professional?: {
                            category: { icon_name: string; id: number; name: string }[];
                            professional_type: string;
                            rest_id: string;
                        };
                        profile_image_shape: string;
                        relationship_perspectives?: { following: boolean };
                        rest_id: string;
                        super_follow_eligible?: boolean;
                        tipjar_settings: { ethereum_handle?: string; is_enabled?: boolean };
                        verification?: { verified: boolean };
                    };
                };
                disallow_join: boolean;
                ended_at?: string;
                is_employee_only: boolean;
                is_locked: boolean;
                is_muted: boolean;
                is_space_available_for_clipping: boolean;
                is_space_available_for_replay: boolean;
                max_admin_capacity: number;
                max_guest_sessions: number;
                media_key: string;
                mentioned_users?: { rest_id: string }[];
                narrow_cast_space_type: number;
                no_incognito: boolean;
                replay_start_time?: number;
                rest_id: string;
                scheduled_start?: number;
                started_at?: number;
                state: string;
                title?: string;
                topics?: { topic: { name: string; topic_id: string } }[];
                total_live_listeners: number;
                total_replay_watched: number;
                tweet_results: {
                    result?: {
                        __typename: string;
                        card: {
                            legacy: {
                                binding_values: {
                                    key: string;
                                    value: { scribe_key?: ...; string_value: ...; type: ... };
                                }[];
                                card_platform: {
                                    platform: {
                                        audience: { name: ... };
                                        device: { name: ...; version: ... };
                                    };
                                };
                                name: string;
                                url: string;
                                user_refs_results: unknown[];
                            };
                            rest_id: 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: {
                                        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: { is_enabled?: (...) | (...) | (...) };
                                    verification?: { verified: ... };
                                };
                            };
                        };
                        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: unknown[];
                                symbols: unknown[];
                                timestamps: unknown[];
                                urls: {
                                    display_url: string;
                                    expanded_url: string;
                                    indices: (...)[];
                                    url: string;
                                }[];
                                user_mentions: unknown[];
                            };
                            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;
                        unmention_data: {};
                        views: { count: string; state: string };
                        voiceInfo?: {};
                    };
                };
                updated_at: number;
            };
            participants: {
                admins: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label: {
                                label?: {
                                    badge: { url: ... };
                                    description: string;
                                    longDescription?: (...) | (...);
                                    url?: (...) | (...);
                                    userLabelDisplayType?: (...) | (...);
                                    userLabelType: string;
                                };
                            };
                            is_blue_verified: boolean;
                            legacy?: { verified_type?: string };
                            verification?: {};
                        };
                    };
                }[];
                listeners: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label: {};
                            is_blue_verified: boolean;
                            legacy?: {};
                            verification?: { verified_type?: string };
                        };
                    };
                }[];
                speakers: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label?: {
                                label?: {
                                    badge: ...;
                                    description: ...;
                                    longDescription?: ...;
                                    url?: ...;
                                    userLabelDisplayType?: ...;
                                    userLabelType: ...;
                                };
                            };
                            is_blue_verified?: boolean;
                            legacy?: { verified_type?: string };
                            verification?: {};
                        };
                    };
                }[];
                total: number;
            };
            sharings: {
                items: {
                    created_at_ms: number;
                    shared_item: {
                        __typename: string;
                        tweet_results: {
                            result?: {
                                __typename: string;
                                author_community_relationship?: {
                                    community_results: ...;
                                    role: ...;
                                    user_results: ...;
                                };
                                card?: { legacy: ...; rest_id: ... };
                                community_results?: { result: ... };
                                core?: { user_results: ... };
                                edit_control?: {
                                    edit_tweet_ids: ...;
                                    editable_until_msecs: ...;
                                    edits_remaining: ...;
                                    is_edit_eligible: ...;
                                };
                                is_translatable?: boolean;
                                legacy?: {
                                    bookmark_count: ...;
                                    bookmarked: ...;
                                    conversation_control?: ...;
                                    conversation_id_str: ...;
                                    created_at: ...;
                                    display_text_range: ...;
                                    entities: ...;
                                    extended_entities?: ...;
                                    favorite_count: ...;
                                    favorited: ...;
                                    full_text: ...;
                                    id_str: ...;
                                    in_reply_to_screen_name?: ...;
                                    in_reply_to_status_id_str?: ...;
                                    in_reply_to_user_id_str?: ...;
                                    is_quote_status: ...;
                                    lang: ...;
                                    possibly_sensitive?: ...;
                                    possibly_sensitive_editable?: ...;
                                    quote_count: ...;
                                    quoted_status_id_str?: ...;
                                    quoted_status_permalink?: ...;
                                    reply_count: ...;
                                    retweet_count: ...;
                                    retweeted: ...;
                                    retweeted_status_result?: ...;
                                    user_id_str: ...;
                                };
                                note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                                quoted_status_result?: { result?: ... };
                                rest_id?: string;
                                source?: string;
                                unmention_data?: {};
                                views?: { count?: ...; state: ... };
                                voiceInfo?: {};
                            };
                        };
                    };
                    sharing_id: string;
                    updated_at_ms: number;
                    user_results: {
                        result: {
                            __typename: string;
                            affiliates_highlighted_label: {
                                label?: {
                                    badge: { url: ... };
                                    description: string;
                                    longDescription: { entities: ...; text: ... };
                                    userLabelType: string;
                                };
                            };
                            has_graduated_access: boolean;
                            id: string;
                            is_blue_verified: boolean;
                            legacy: {
                                blocking?: boolean;
                                can_dm: boolean;
                                can_media_tag: boolean;
                                created_at: string;
                                default_profile: boolean;
                                default_profile_image: boolean;
                                description: string;
                                entities: { description: { urls: (...)[] }; url?: { urls: ... } };
                                fast_followers_count: number;
                                favourites_count: number;
                                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;
                                verified_type?: string;
                                want_retweets: boolean;
                                withheld_in_countries: unknown[];
                            };
                            parody_commentary_fan_label: string;
                            professional?: {
                                category: unknown[];
                                professional_type: string;
                                rest_id: string;
                            };
                            profile_image_shape: string;
                            rest_id: string;
                            tipjar_settings: { is_enabled?: boolean };
                            verification?: { verified: boolean };
                        };
                    };
                }[];
                slice_info: {};
            };
        };
    }