ProfileViewBasic

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>? = null, val createdAt: Timestamp? = null, val chatDisabled: Boolean? = null, val verification: VerificationState? = null, val kind: ProfileViewBasicKindUnion? = null)

Parameters

chatDisabled

Set to true when the actor cannot actively participate in conversations

kind

Union field that has data specific to different kinds of convos.

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>? = null, createdAt: Timestamp? = null, chatDisabled: Boolean? = null, verification: VerificationState? = null, kind: ProfileViewBasicKindUnion? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val avatar: Uri?
Link copied to clipboard

Set to true when the actor cannot actively participate in conversations

Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Union field that has data specific to different kinds of convos.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard