@book000/twitterts
    Preparing search index...

    Interface GraphQLGetListLatestTweetsTimelineSuccessResponse

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

    interface GraphQLGetListLatestTweetsTimelineSuccessResponse {
        data: {
            list: {
                tweets_timeline: {
                    timeline: {
                        instructions: {
                            entries: {
                                content: {
                                    __typename: string;
                                    clientEventInfo?: { component: ...; details: ...; element?: ... };
                                    cursorType?: string;
                                    displayType?: string;
                                    entryType: string;
                                    itemContent?: {
                                        __typename: ...;
                                        itemType: ...;
                                        tweet_results: ...;
                                        tweetDisplayType: ...;
                                    };
                                    items?: (...)[];
                                    metadata?: { conversationMetadata: ... };
                                    value?: string;
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            type: string;
                        }[];
                        metadata: { scribeConfig: { page: string } };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        list: {
            tweets_timeline: {
                timeline: {
                    instructions: {
                        entries: {
                            content: {
                                __typename: string;
                                clientEventInfo?: { component: ...; details: ...; element?: ... };
                                cursorType?: string;
                                displayType?: string;
                                entryType: string;
                                itemContent?: {
                                    __typename: ...;
                                    itemType: ...;
                                    tweet_results: ...;
                                    tweetDisplayType: ...;
                                };
                                items?: (...)[];
                                metadata?: { conversationMetadata: ... };
                                value?: string;
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        type: string;
                    }[];
                    metadata: { scribeConfig: { page: string } };
                };
            };
        };
    }