@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?: ...; element?: ... };
                            cursorType?: string;
                            displayTreatment?: { actionText: ... };
                            displayType?: string;
                            entryType: string;
                            header?: {
                                displayType: ...;
                                socialContext: ...;
                                sticky: ...;
                                text: ...;
                            };
                            itemContent?: {
                                __typename: ...;
                                cursorType?: ...;
                                displayTreatment?: ...;
                                hasModeratedReplies?: ...;
                                itemType: ...;
                                tweet_results?: ...;
                                tweetDisplayType?: ...;
                                value?: ...;
                            };
                            items?: (...)[];
                            metadata?: { conversationMetadata: ... };
                            value?: string;
                        };
                        entryId: string;
                        sortIndex: string;
                    }[];
                    type: string;
                }[];
                metadata?: {
                    reader_mode_config?: { is_reader_mode_available: boolean };
                    scribeConfig?: { page: 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: {
        threaded_conversation_with_injections_v2?: {
            instructions: {
                direction?: string;
                entries?: {
                    content: {
                        __typename: string;
                        clientEventInfo?: { component?: ...; details?: ...; element?: ... };
                        cursorType?: string;
                        displayTreatment?: { actionText: ... };
                        displayType?: string;
                        entryType: string;
                        header?: {
                            displayType: ...;
                            socialContext: ...;
                            sticky: ...;
                            text: ...;
                        };
                        itemContent?: {
                            __typename: ...;
                            cursorType?: ...;
                            displayTreatment?: ...;
                            hasModeratedReplies?: ...;
                            itemType: ...;
                            tweet_results?: ...;
                            tweetDisplayType?: ...;
                            value?: ...;
                        };
                        items?: (...)[];
                        metadata?: { conversationMetadata: ... };
                        value?: string;
                    };
                    entryId: string;
                    sortIndex: string;
                }[];
                type: string;
            }[];
            metadata?: {
                reader_mode_config?: { is_reader_mode_available: boolean };
                scribeConfig?: { page: 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 };
    }[]