GroupConvoMember
data class GroupConvoMember(val addedBy: ProfileViewBasic? = null, val role: MemberRole) : ProfileViewBasicKindUnion
NOTE: This is under active development and should be considered unstable while this note is here.