NERoomChatCustomMessage

interface NERoomChatCustomMessage : NERoomChatMessage

房间自定义消息

Properties

attachStr
Link copied to clipboard
abstract val attachStr: String
自定义内容
fromNick
Link copied to clipboard
abstract val fromNick: String
发送端昵称
fromUserUuid
Link copied to clipboard
abstract val fromUserUuid: String
发送端用户ID。如果为空字符串,则说明该用户可能未加入房间内。
messageType
Link copied to clipboard
abstract val messageType: NERoomChatMessageType
消息类型
time
Link copied to clipboard
abstract val time: Long
消息时间戳
toUserUuidList
Link copied to clipboard
abstract val toUserUuidList: List<String>?
接收端; 为空表示聊天室全体成员