ScheduledStatus
Represents a status that will be published at a future scheduled date.
Example
{
"id": "3221",
"scheduled_at": "2019-12-05T12:33:01.000Z",
"params": {
"text": "test content",
"media_ids": null,
"sensitive": null,
"spoiler_text": null,
"visibility": null,
"scheduled_at": null,
"poll": null,
"idempotency": null,
"in_reply_to_id": null,
"application_id": 596551
},
"media_attachments": []
}Required attributes
id
scheduled_at
params
params[text]
params[visibility]
params[application_id]
media_attachments
Optional attributes
params
in_reply_to_id
media_ids
sensitive
spoiler_text
scheduled_at
ScheduledStatus
StatusParams
See also
scheduled_statusesLast updated
Was this helpful?
