MessageMember
data class MessageMember(val memberId: String, val distinctCid: String?) : ChannelInfoMemberViewEvent
Indicates an event to proceed with messaging a member.
Parameters
memberId
The ID of the member to message.
distinctCid
The full distinct channel ID, if any.