GroupConvo

data class GroupConvo(val joinLink: JoinLinkView? = null, val lockStatus: ConvoLockStatus, val name: String) : ConvoViewKindUnion

NOTE: This is under active development and should be considered unstable while this note is here.

Constructors

Link copied to clipboard
constructor(joinLink: JoinLinkView? = null, lockStatus: ConvoLockStatus, name: String)

Properties

Link copied to clipboard
val joinLink: JoinLinkView? = null
Link copied to clipboard

The lock status of the conversation.

Link copied to clipboard

The display name of the group conversation.