Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.52 KB

File metadata and controls

10 lines (6 loc) · 1.52 KB

CreateThreadData

Create thread response data

Fields

Field Setter Type Getter Type Required Description Example
tweets List<CreateThreadTweetItem> List<CreateThreadTweetItem> ✔️ Created tweets in thread order [
{
"id": "1234567890123456789"
}
]