MutedWord

data class MutedWord(val actorTarget: String? = null, val expiresAt: <Error class: unknown class>? = null, val id: String? = null, val targets: List<MutedWordTarget>, val value: String)

A word that the account owner has muted.

Constructors

Link copied to clipboard
constructor(actorTarget: String? = null, expiresAt: <Error class: unknown class>? = null, id: String? = null, targets: List<MutedWordTarget>, value: String)

Properties

Link copied to clipboard
val actorTarget: String? = null

Groups of users to apply the muted word to. If undefined, applies to all users.

Link copied to clipboard
val expiresAt: <Error class: unknown class>? = null

The date and time at which the muted word will expire and no longer be applied.

Link copied to clipboard
val id: String? = null
Link copied to clipboard

The intended targets of the muted word.

Link copied to clipboard

The muted word itself.