Interface ScheduledStatus

Represents a status that will be published at a future scheduled date.

interface ScheduledStatus {
    id: string;
    mediaAttachments: MediaAttachment[];
    params: StatusParams;
    scheduledAt: string;
}

Properties

id: string

ID of the scheduled status in the database.

mediaAttachments: MediaAttachment[]

Media attachments

params: StatusParams

Parameters of the status

scheduledAt: string

ID of the status in the database.