@book000/twitterts
    Preparing search index...

    Interface CustomGraphQLTimelineSuccessResponse

    ホームタイムラインモデル

    interface CustomGraphQLTimelineSuccessResponse {
        data: {
            home: {
                home_timeline_urt?: {
                    instructions: {
                        alertType?: string;
                        clientEventInfo?: { component: string; element: string };
                        colorConfig?: { background: string; border: string; text: string };
                        cover?: {
                            dismissible?: boolean;
                            halfCoverDisplayType: string;
                            impressionCallbacks: { endpoint: string }[];
                            primaryCoverCta: {
                                buttonStyle?: string;
                                callbacks: { endpoint: ... }[];
                                clientEventInfo: { action: string };
                                ctaBehavior: { type: string };
                                text: string;
                            };
                            primaryText: { entities: unknown[]; text: string };
                            secondaryCoverCta?: {
                                callbacks: (...)[];
                                clientEventInfo: { action: ... };
                                ctaBehavior: { type: ...; url: ... };
                                text: string;
                            };
                            secondaryText: {
                                entities: { fromIndex: ...; ref: ...; toIndex: ... }[];
                                text: string;
                            };
                            type: string;
                        };
                        displayDurationMs?: number;
                        displayLocation?: string;
                        entries?: {
                            content: {
                                __typename: string;
                                clientEventInfo?: (...)
                                | (...);
                                cursorType?: (...) | (...);
                                displayType?: (...) | (...);
                                entryType: string;
                                feedbackInfo?: (...) | (...);
                                footer?: (...) | (...);
                                header?: (...) | (...);
                                itemContent?: (...) | (...);
                                items?: (...) | (...);
                                metadata?: (...) | (...);
                                value?: (...) | (...);
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        entry?: {
                            content: {
                                __typename: string;
                                entryType: string;
                                feedbackInfo?: { feedbackKeys: ... };
                                itemContent: {
                                    __typename: string;
                                    itemType: string;
                                    tweet_results: { result: ... };
                                    tweetDisplayType: string;
                                };
                            };
                            entryId: string;
                            sortIndex: string;
                        };
                        entry_id_to_replace?: 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;
                                has_nft_avatar?: (...) | (...) | (...);
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    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: ...;
                                    protected?: ...;
                                    screen_name: ...;
                                    statuses_count: ...;
                                    translator_type: ...;
                                    url?: ...;
                                    verified: ...;
                                    verified_type?: ...;
                                    want_retweets: ...;
                                    withheld_in_countries: ...;
                                };
                                professional?: (...)
                                | (...);
                                profile_image_shape: string;
                                rest_id: string;
                                super_follow_eligible?: (...) | (...) | (...);
                            };
                        }[];
                    }[];
                    metadata: { scribeConfig: { page: string } };
                    responseObjects?: {
                        feedbackActions: {
                            key: string;
                            value: {
                                childKeys?: (...)[];
                                clientEventInfo?: { action: ...; element: ... };
                                confirmation?: string;
                                encodedFeedbackRequest?: string;
                                feedbackType: string;
                                feedbackUrl?: string;
                                hasUndoAction: boolean;
                                icon?: string;
                                prompt?: string;
                                richBehavior?: { topic: ...; type: ... };
                            };
                        }[];
                    };
                };
            };
        };
        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;
                    clientEventInfo?: { component: string; element: string };
                    colorConfig?: { background: string; border: string; text: string };
                    cover?: {
                        dismissible?: boolean;
                        halfCoverDisplayType: string;
                        impressionCallbacks: { endpoint: string }[];
                        primaryCoverCta: {
                            buttonStyle?: string;
                            callbacks: { endpoint: ... }[];
                            clientEventInfo: { action: string };
                            ctaBehavior: { type: string };
                            text: string;
                        };
                        primaryText: { entities: unknown[]; text: string };
                        secondaryCoverCta?: {
                            callbacks: (...)[];
                            clientEventInfo: { action: ... };
                            ctaBehavior: { type: ...; url: ... };
                            text: string;
                        };
                        secondaryText: {
                            entities: { fromIndex: ...; ref: ...; toIndex: ... }[];
                            text: string;
                        };
                        type: string;
                    };
                    displayDurationMs?: number;
                    displayLocation?: string;
                    entries?: {
                        content: {
                            __typename: string;
                            clientEventInfo?: (...)
                            | (...);
                            cursorType?: (...) | (...);
                            displayType?: (...) | (...);
                            entryType: string;
                            feedbackInfo?: (...) | (...);
                            footer?: (...) | (...);
                            header?: (...) | (...);
                            itemContent?: (...) | (...);
                            items?: (...) | (...);
                            metadata?: (...) | (...);
                            value?: (...) | (...);
                        };
                        entryId: string;
                        sortIndex: string;
                    }[];
                    entry?: {
                        content: {
                            __typename: string;
                            entryType: string;
                            feedbackInfo?: { feedbackKeys: ... };
                            itemContent: {
                                __typename: string;
                                itemType: string;
                                tweet_results: { result: ... };
                                tweetDisplayType: string;
                            };
                        };
                        entryId: string;
                        sortIndex: string;
                    };
                    entry_id_to_replace?: 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;
                            has_nft_avatar?: (...) | (...) | (...);
                            id: string;
                            is_blue_verified: boolean;
                            legacy: {
                                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: ...;
                                protected?: ...;
                                screen_name: ...;
                                statuses_count: ...;
                                translator_type: ...;
                                url?: ...;
                                verified: ...;
                                verified_type?: ...;
                                want_retweets: ...;
                                withheld_in_countries: ...;
                            };
                            professional?: (...)
                            | (...);
                            profile_image_shape: string;
                            rest_id: string;
                            super_follow_eligible?: (...) | (...) | (...);
                        };
                    }[];
                }[];
                metadata: { scribeConfig: { page: string } };
                responseObjects?: {
                    feedbackActions: {
                        key: string;
                        value: {
                            childKeys?: (...)[];
                            clientEventInfo?: { action: ...; element: ... };
                            confirmation?: string;
                            encodedFeedbackRequest?: string;
                            feedbackType: string;
                            feedbackUrl?: string;
                            hasUndoAction: boolean;
                            icon?: string;
                            prompt?: string;
                            richBehavior?: { topic: ...; type: ... };
                        };
                    }[];
                };
            };
        };
    }
    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 };
    }[]