@book000/twitterts
    Preparing search index...

    Interface GraphQLGetSearchTimelineSuccessResponse

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

    interface GraphQLGetSearchTimelineSuccessResponse {
        data: {
            search_by_raw_query: {
                search_timeline: {
                    timeline: {
                        instructions: {
                            direction?: string;
                            entries?: {
                                content: {
                                    __typename: string;
                                    clientEventInfo?: (...) | (...);
                                    cursorType?: (...) | (...);
                                    displayType?: (...) | (...);
                                    entryType: string;
                                    feedbackInfo?: (...) | (...);
                                    footer?: (...) | (...);
                                    header?: (...) | (...);
                                    itemContent?: (...) | (...);
                                    items?: (...) | (...);
                                    value?: (...) | (...);
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            entry?: {
                                content: {
                                    __typename: string;
                                    cursorType: string;
                                    entryType: string;
                                    value: string;
                                };
                                entryId: string;
                                sortIndex: string;
                            };
                            entry_id_to_replace?: string;
                            moduleEntryId?: string;
                            moduleItems?: {
                                entryId: string;
                                item: {
                                    clientEventInfo: { component: ...; details?: ...; element: ... };
                                    feedbackInfo?: (...) | (...);
                                    itemContent: {
                                        __typename: ...;
                                        displayType?: ...;
                                        highlights?: ...;
                                        itemType: ...;
                                        list?: ...;
                                        tweet_results?: ...;
                                        tweetDisplayType?: ...;
                                    };
                                };
                            }[];
                            type: string;
                        }[];
                        responseObjects?: {
                            feedbackActions: {
                                key: string;
                                value: {
                                    childKeys?: (...)[];
                                    clientEventInfo: {
                                        action: string;
                                        component: string;
                                        element: string;
                                    };
                                    confirmation: string;
                                    confirmationDisplayType: 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: {
        search_by_raw_query: {
            search_timeline: {
                timeline: {
                    instructions: {
                        direction?: string;
                        entries?: {
                            content: {
                                __typename: string;
                                clientEventInfo?: (...) | (...);
                                cursorType?: (...) | (...);
                                displayType?: (...) | (...);
                                entryType: string;
                                feedbackInfo?: (...) | (...);
                                footer?: (...) | (...);
                                header?: (...) | (...);
                                itemContent?: (...) | (...);
                                items?: (...) | (...);
                                value?: (...) | (...);
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        entry?: {
                            content: {
                                __typename: string;
                                cursorType: string;
                                entryType: string;
                                value: string;
                            };
                            entryId: string;
                            sortIndex: string;
                        };
                        entry_id_to_replace?: string;
                        moduleEntryId?: string;
                        moduleItems?: {
                            entryId: string;
                            item: {
                                clientEventInfo: { component: ...; details?: ...; element: ... };
                                feedbackInfo?: (...) | (...);
                                itemContent: {
                                    __typename: ...;
                                    displayType?: ...;
                                    highlights?: ...;
                                    itemType: ...;
                                    list?: ...;
                                    tweet_results?: ...;
                                    tweetDisplayType?: ...;
                                };
                            };
                        }[];
                        type: string;
                    }[];
                    responseObjects?: {
                        feedbackActions: {
                            key: string;
                            value: {
                                childKeys?: (...)[];
                                clientEventInfo: {
                                    action: string;
                                    component: string;
                                    element: string;
                                };
                                confirmation: string;
                                confirmationDisplayType: 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 };
    }[]