ListViewerState

data class ListViewerState(val muted: Boolean? = null, val blocked: AtUri? = null)

Constructors

Link copied to clipboard
constructor(muted: Boolean? = null, blocked: AtUri? = null)

Properties

Link copied to clipboard
val blocked: AtUri? = null
Link copied to clipboard
val muted: Boolean? = null