@book000/twitterts
    Preparing search index...

    Interface GraphQLGetUserMediaSuccessResponse

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

    interface GraphQLGetUserMediaSuccessResponse {
        data: {
            user: {
                result: {
                    __typename: string;
                    timeline_v2: {
                        timeline: {
                            instructions: {
                                entries: {
                                    content: {
                                        __typename: string;
                                        cursorType?: (...) | (...);
                                        entryType: string;
                                        itemContent?: (...) | (...);
                                        value?: (...) | (...);
                                    };
                                    entryId: string;
                                    sortIndex: string;
                                }[];
                                type: string;
                            }[];
                            metadata: { scribeConfig: { page: string } };
                        };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        user: {
            result: {
                __typename: string;
                timeline_v2: {
                    timeline: {
                        instructions: {
                            entries: {
                                content: {
                                    __typename: string;
                                    cursorType?: (...) | (...);
                                    entryType: string;
                                    itemContent?: (...) | (...);
                                    value?: (...) | (...);
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            type: string;
                        }[];
                        metadata: { scribeConfig: { page: string } };
                    };
                };
            };
        };
    }