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.

Constructors

Link copied to clipboard
constructor(memberId: String, distinctCid: String?)

Properties

Link copied to clipboard
Link copied to clipboard