MutedWord
constructor( id: String? = null, value: String, targets: List<MutedWordTarget>, actorTarget: ActorTarget? = ActorTarget.All, expiresAt: Timestamp? = null)
Parameters
value
The muted word itself.
targets
The intended targets of the muted word.
actorTarget
Groups of users to apply the muted word to. If undefined, applies to all users.
expiresAt
The date and time at which the muted word will expire and no longer be applied.