ScheduledStatus

@Serializable
data class ScheduledStatus(val statusId: String, val scheduledAt: Instant, val params: ScheduledStatusParams, val mediaAttachments: List<Attachment>) : Pageable

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

Constructors

Link copied to clipboard
constructor(statusId: String, scheduledAt: Instant, params: ScheduledStatusParams, mediaAttachments: List<Attachment>)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard

Media attached to this status.

Link copied to clipboard

Status details.

Link copied to clipboard
val scheduledAt: Instant

Time at which the status should be posted.

Link copied to clipboard