Response for creating a tweet thread
| Field | Setter Type | Getter Type | Required | Description | Example |
|---|---|---|---|---|---|
code |
long | long | ✔️ | Response code | 200 |
msg |
String | String | ✔️ | Response message | success |
data |
@Nullable CreateThreadData | JsonNullable<CreateThreadData> | ➖ | Created thread tweets Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |