Profile View Basic
data class ProfileViewBasic(val did: Did, val handle: Handle, val displayName: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val viewer: ViewerState? = null, val labels: List<Label> = emptyList(), val chatDisabled: Boolean? = null)
Parameters
chat Disabled
Set to true when the actor cannot actively participate in converations
Constructors
Link copied to clipboard
constructor(did: Did, handle: Handle, displayName: String? = null, avatar: Uri? = null, associated: ProfileAssociated? = null, viewer: ViewerState? = null, labels: List<Label> = emptyList(), chatDisabled: Boolean? = null)