# ThreadedPostInput

ThreadedPostInput

A post authored by the user which is posted to a thread.
This is commonly used for long-format twitter and meta threads posts to
allow authored content to span multiple threads.
Threads are represented as a list of replies, each replying to the previous one.
The first item in the list is the root post of the thread and should match the
top-level `text` on the post input; the remaining items are replies.

**Fields:**
- `assets`: `[AssetInput!]!` (default: []) - Ordered list of assets on this threaded post
- `metadata`: `ThreadItemMetadataInput` - Service-specific fields for this threaded post
- `text`: `String` - The text body content of the threaded post