MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / SocialThread

Interface SocialThread

packages/atmosphere/src/types/api-status.ts:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98/** Used by Twitter v2 API, embed pipeline, Bluesky/TikTok conversations (broader than OpenAPI `SocialThreadSchema`). */
99export interface SocialThread {
100 status: ThreadOrStatusItem | null;
101 thread: ThreadOrStatusItem[] | null;
102 author: APIUser | null;
103 code: number;
104}
105
106/** Thread + replies with cursor-based pagination for the conversation endpoint. */
107export interface SocialConversation extends SocialThread {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected