GroupConvoMember

data class GroupConvoMember(val addedBy: ProfileViewBasic? = null, val role: MemberRole)

NOTE: This is under active development and should be considered unstable while this note is here. A current group convo member.

Parameters

addedBy

Who added this member. Only present if the member was added (instead of joining via link).

role

The member's role within this conversation. Only present in group conversation member lists.

Constructors

Link copied to clipboard
constructor(addedBy: ProfileViewBasic? = null, role: MemberRole)

Properties

Link copied to clipboard

Who added this member. Only present if the member was added (instead of joining via link).

Link copied to clipboard

The member's role within this conversation. Only present in group conversation member lists.