@book000/twitterts
    Preparing search index...

    Interface GraphQLGetUserTweetsSuccessResponse

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

    interface GraphQLGetUserTweetsSuccessResponse {
        data: {
            user: {
                result: {
                    __typename: string;
                    timeline_v2: {
                        timeline: {
                            instructions: {
                                direction?: string;
                                entries?: {
                                    content: {
                                        __typename: ...;
                                        clientEventInfo?: ...;
                                        cursorType?: ...;
                                        displayType?: ...;
                                        entryType: ...;
                                        footer?: ...;
                                        header?: ...;
                                        itemContent?: ...;
                                        items?: ...;
                                        metadata?: ...;
                                        value?: ...;
                                    };
                                    entryId: string;
                                    sortIndex: string;
                                }[];
                                entry?: {
                                    content: {
                                        __typename: string;
                                        clientEventInfo: { component: ...; element: ... };
                                        entryType: string;
                                        itemContent: {
                                            __typename: ...;
                                            itemType: ...;
                                            socialContext: ...;
                                            tweet_results: ...;
                                            tweetDisplayType: ...;
                                        };
                                    };
                                    entryId: string;
                                    sortIndex: string;
                                };
                                type: string;
                            }[];
                            metadata: { scribeConfig: { page: string } };
                        };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        user: {
            result: {
                __typename: string;
                timeline_v2: {
                    timeline: {
                        instructions: {
                            direction?: string;
                            entries?: {
                                content: {
                                    __typename: ...;
                                    clientEventInfo?: ...;
                                    cursorType?: ...;
                                    displayType?: ...;
                                    entryType: ...;
                                    footer?: ...;
                                    header?: ...;
                                    itemContent?: ...;
                                    items?: ...;
                                    metadata?: ...;
                                    value?: ...;
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            entry?: {
                                content: {
                                    __typename: string;
                                    clientEventInfo: { component: ...; element: ... };
                                    entryType: string;
                                    itemContent: {
                                        __typename: ...;
                                        itemType: ...;
                                        socialContext: ...;
                                        tweet_results: ...;
                                        tweetDisplayType: ...;
                                    };
                                };
                                entryId: string;
                                sortIndex: string;
                            };
                            type: string;
                        }[];
                        metadata: { scribeConfig: { page: string } };
                    };
                };
            };
        };
    }