MutedWord

data class MutedWord(val value: String, val targets: ReadOnlyList<MutedWordTarget>)

A word that the account owner has muted.

Constructors

Link copied to clipboard
constructor(value: String, targets: ReadOnlyList<MutedWordTarget>)

Properties

Link copied to clipboard

The intended targets of the muted word.

Link copied to clipboard

The muted word itself.