ScheduledStatusCreate
@Serializable
Object used to schedule a status.
Constructors
Link copied to clipboard
constructor(scheduledAt: Instant, status: String? = null, mediaIds: List<String>? = null, poll: PollCreate? = null, inReplyToId: String? = null, isSensitive: Boolean? = null, contentWarningText: String? = null, visibility: StatusVisibility? = null, language: String? = null)
Properties
Link copied to clipboard
Text to be shown as a warning or subject before the actual content.
Link copied to clipboard
ID of the status being replied to, if status is a reply.
Link copied to clipboard
Mark status and attached media as sensitive?
Link copied to clipboard
Link copied to clipboard
Date at which the status will be sent.
Link copied to clipboard
Visibility of the posted status.