StatusView
constructor(uri: AtUri? = null, cid: Cid? = null, status: String, record: JsonContent, embed: StatusViewEmbedUnion? = null, labels: List<Label>? = null, expiresAt: Timestamp? = null, isActive: Boolean? = null, isDisabled: Boolean? = null)
Parameters
status
The status for the account.
embed
An optional embed associated with the status.
expiresAt
The date when this status will expire. The application might choose to no longer return the status after expiration.
isActive
True if the status is not expired, false if it is expired. Only present if expiration was set.
isDisabled
True if the user's go-live access has been disabled by a moderator, false otherwise.