@book000/twitterts
    Preparing search index...

    Interface GraphQLGetSearchTimelineSuccessResponse

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

    interface GraphQLGetSearchTimelineSuccessResponse {
        data: {
            search_by_raw_query: {
                search_timeline: {
                    timeline: {
                        instructions: {
                            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;
                            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;
                                };
                            }[];
                        };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        search_by_raw_query: {
            search_timeline: {
                timeline: {
                    instructions: {
                        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;
                        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;
                            };
                        }[];
                    };
                };
            };
        };
    }