@book000/twitterts
    Preparing search index...

    Interface GraphQLPostHomeLatestTimelineSuccessResponse

    GraphQL POST HomeLatestTimeline 成功レスポンスモデル

    interface GraphQLPostHomeLatestTimelineSuccessResponse {
        data: {
            home: {
                home_timeline_urt: {
                    instructions: {
                        alertType?: string;
                        colorConfig?: { background: string; border: string; text: string };
                        displayDurationMs?: number;
                        displayLocation?: string;
                        entries?: {
                            content: {
                                __typename: string;
                                clientEventInfo?: { component: ...; details: ...; element?: ... };
                                cursorType?: string;
                                displayType?: string;
                                entryType: string;
                                feedbackInfo?: { feedbackKeys: ... };
                                footer?: { displayType: ...; landingUrl: ...; text: ... };
                                header?: { displayType: ...; sticky: ...; text: ... };
                                itemContent?: {
                                    __typename: ...;
                                    itemType: ...;
                                    promotedMetadata?: ...;
                                    tweet_results: ...;
                                    tweetDisplayType: ...;
                                };
                                items?: (...)[];
                                metadata?: { conversationMetadata: ... };
                                value?: string;
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        iconDisplayInfo?: { icon: string; tint: string };
                        richText?: { entities: unknown[]; text: string };
                        triggerDelayMs?: number;
                        type: string;
                        usersResults?: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: { 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: 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: (...)[];
                                    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;
                                    verified_type?: (...) | (...);
                                    want_retweets: boolean;
                                    withheld_in_countries: (...)[];
                                };
                                parody_commentary_fan_label: string;
                                professional?: {
                                    category: ...;
                                    professional_type: ...;
                                    rest_id: ...;
                                };
                                profile_image_shape: string;
                                rest_id: string;
                                tipjar_settings: { is_enabled?: (...)
                                | (...)
                                | (...) };
                            };
                        }[];
                    }[];
                    metadata: { scribeConfig: { page: string } };
                    responseObjects?: {
                        feedbackActions: {
                            key: string;
                            value: {
                                confirmation: string;
                                encodedFeedbackRequest: string;
                                feedbackType: string;
                                hasUndoAction: boolean;
                                icon: string;
                                prompt: string;
                            };
                        }[];
                    };
                };
            };
        };
        errors?: {
            code: number;
            extensions: {
                code: number;
                kind: string;
                name: string;
                retry_after: number;
                source: string;
                tracing: { trace_id: string };
            };
            kind: string;
            locations: { column: number; line: number }[];
            message: string;
            name: string;
            path: (string | number)[];
            retry_after: number;
            source: string;
            tracing: { trace_id: string };
        }[];
    }
    Index

    Properties

    Properties

    data: {
        home: {
            home_timeline_urt: {
                instructions: {
                    alertType?: string;
                    colorConfig?: { background: string; border: string; text: string };
                    displayDurationMs?: number;
                    displayLocation?: string;
                    entries?: {
                        content: {
                            __typename: string;
                            clientEventInfo?: { component: ...; details: ...; element?: ... };
                            cursorType?: string;
                            displayType?: string;
                            entryType: string;
                            feedbackInfo?: { feedbackKeys: ... };
                            footer?: { displayType: ...; landingUrl: ...; text: ... };
                            header?: { displayType: ...; sticky: ...; text: ... };
                            itemContent?: {
                                __typename: ...;
                                itemType: ...;
                                promotedMetadata?: ...;
                                tweet_results: ...;
                                tweetDisplayType: ...;
                            };
                            items?: (...)[];
                            metadata?: { conversationMetadata: ... };
                            value?: string;
                        };
                        entryId: string;
                        sortIndex: string;
                    }[];
                    iconDisplayInfo?: { icon: string; tint: string };
                    richText?: { entities: unknown[]; text: string };
                    triggerDelayMs?: number;
                    type: string;
                    usersResults?: {
                        result: {
                            __typename: string;
                            affiliates_highlighted_label: { 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: 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: (...)[];
                                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;
                                verified_type?: (...) | (...);
                                want_retweets: boolean;
                                withheld_in_countries: (...)[];
                            };
                            parody_commentary_fan_label: string;
                            professional?: { category: ...; professional_type: ...; rest_id: ... };
                            profile_image_shape: string;
                            rest_id: string;
                            tipjar_settings: { is_enabled?: (...) | (...) | (...) };
                        };
                    }[];
                }[];
                metadata: { scribeConfig: { page: string } };
                responseObjects?: {
                    feedbackActions: {
                        key: string;
                        value: {
                            confirmation: string;
                            encodedFeedbackRequest: string;
                            feedbackType: string;
                            hasUndoAction: boolean;
                            icon: string;
                            prompt: string;
                        };
                    }[];
                };
            };
        };
    }
    errors?: {
        code: number;
        extensions: {
            code: number;
            kind: string;
            name: string;
            retry_after: number;
            source: string;
            tracing: { trace_id: string };
        };
        kind: string;
        locations: { column: number; line: number }[];
        message: string;
        name: string;
        path: (string | number)[];
        retry_after: number;
        source: string;
        tracing: { trace_id: string };
    }[]