MutedWordsPref

data class MutedWordsPref(val items: List<MutedWord>)

Parameters

items

A list of words the account owner has muted.

Constructors

Link copied to clipboard
constructor(items: List<MutedWord>)

Properties

Link copied to clipboard

A list of words the account owner has muted.