Status
data class Status(val status: String, val embed: StatusEmbedUnion? = null, val durationMinutes: Long? = null, val createdAt: Timestamp)
Parameters
status
The status for the account.
embed
An optional embed associated with the status.
durationMinutes
The duration of the status in minutes. Applications can choose to impose minimum and maximum limits.
Constructors
Link copied to clipboard
constructor(status: String, embed: StatusEmbedUnion? = null, durationMinutes: Long? = null, createdAt: Timestamp)