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)

Properties

Link copied to clipboard
Link copied to clipboard

The duration of the status in minutes. Applications can choose to impose minimum and maximum limits.

Link copied to clipboard

An optional embed associated with the status.

Link copied to clipboard

The status for the account.