@book000/twitterts
    Preparing search index...

    Interface GraphQLGetTweetDetailSuccessResponse

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

    interface GraphQLGetTweetDetailSuccessResponse {
        data: {
            threaded_conversation_with_injections_v2: {
                instructions: {
                    direction?: string;
                    entries?: {
                        content: {
                            __typename: string;
                            clientEventInfo?: {
                                component?: (...) | (...);
                                details: { conversationDetails: ... };
                            };
                            displayType?: string;
                            entryType: string;
                            header?: {
                                displayType: string;
                                socialContext: { contextType: ...; text: ...; type: ... };
                                sticky: boolean;
                                text: string;
                            };
                            itemContent?: {
                                __typename: string;
                                cursorType?: (...)
                                | (...);
                                displayTreatment?: (...) | (...);
                                hasModeratedReplies?: (...) | (...) | (...);
                                itemType: string;
                                tweet_results?: (...) | (...);
                                tweetDisplayType?: (...) | (...);
                                value?: (...) | (...);
                            };
                            items?: { entryId: ...; item: ... }[];
                        };
                        entryId: string;
                        sortIndex: string;
                    }[];
                    type: string;
                }[];
                metadata?: { reader_mode_config: { is_reader_mode_available: boolean } };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        threaded_conversation_with_injections_v2: {
            instructions: {
                direction?: string;
                entries?: {
                    content: {
                        __typename: string;
                        clientEventInfo?: {
                            component?: (...) | (...);
                            details: { conversationDetails: ... };
                        };
                        displayType?: string;
                        entryType: string;
                        header?: {
                            displayType: string;
                            socialContext: { contextType: ...; text: ...; type: ... };
                            sticky: boolean;
                            text: string;
                        };
                        itemContent?: {
                            __typename: string;
                            cursorType?: (...)
                            | (...);
                            displayTreatment?: (...) | (...);
                            hasModeratedReplies?: (...) | (...) | (...);
                            itemType: string;
                            tweet_results?: (...) | (...);
                            tweetDisplayType?: (...) | (...);
                            value?: (...) | (...);
                        };
                        items?: { entryId: ...; item: ... }[];
                    };
                    entryId: string;
                    sortIndex: string;
                }[];
                type: string;
            }[];
            metadata?: { reader_mode_config: { is_reader_mode_available: boolean } };
        };
    }