NERoomChatTextMessage

interface NERoomChatTextMessage : NERoomChatMessage

房间文本消息

Properties

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
消息类型
text
Link copied to clipboard
abstract val text: String
消息内容
time
Link copied to clipboard
abstract val time: Long
消息时间戳
toUserUuidList
Link copied to clipboard
abstract val toUserUuidList: List<String>?
接收端; 为空表示聊天室全体成员