@book000/twitterts
    Preparing search index...

    Interface GraphQLPostHomeLatestTimelineSuccessResponse

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

    interface GraphQLPostHomeLatestTimelineSuccessResponse {
        data: {
            home: {
                home_timeline_urt?: {
                    instructions: {
                        clientEventInfo?: { component: string; element: 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;
                        };
                        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;
                                itemContent: {
                                    __typename: string;
                                    itemType: string;
                                    tweet_results: { result: ... };
                                    tweetDisplayType: string;
                                };
                            };
                            entryId: string;
                            sortIndex: string;
                        };
                        entry_id_to_replace?: string;
                        type: string;
                    }[];
                    metadata: { scribeConfig: { page: string } };
                    responseObjects?: {
                        feedbackActions: {
                            key: string;
                            value: {
                                confirmation?: string;
                                encodedFeedbackRequest?: string;
                                feedbackType: string;
                                feedbackUrl?: string;
                                hasUndoAction: boolean;
                                icon?: string;
                                prompt: string;
                            };
                        }[];
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        home: {
            home_timeline_urt?: {
                instructions: {
                    clientEventInfo?: { component: string; element: 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;
                    };
                    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;
                            itemContent: {
                                __typename: string;
                                itemType: string;
                                tweet_results: { result: ... };
                                tweetDisplayType: string;
                            };
                        };
                        entryId: string;
                        sortIndex: string;
                    };
                    entry_id_to_replace?: string;
                    type: string;
                }[];
                metadata: { scribeConfig: { page: string } };
                responseObjects?: {
                    feedbackActions: {
                        key: string;
                        value: {
                            confirmation?: string;
                            encodedFeedbackRequest?: string;
                            feedbackType: string;
                            feedbackUrl?: string;
                            hasUndoAction: boolean;
                            icon?: string;
                            prompt: string;
                        };
                    }[];
                };
            };
        };
    }