NERoomChatMessage
@objcMembers
public class NERoomChatMessage : NSObject
房间内聊天消息
-
消息类型
Declaration
Swift
public var messageType: NERoomChatMessageType
-
消息来源
Declaration
Swift
public var fromUserUuid: String
-
发送端昵称
Declaration
Swift
public var fromNick: String?
-
消息接受
Declaration
Swift
public var toUserUuidList: [String]?
-
消息发送时间
Declaration
Swift
public var time: TimeInterval
-
消息唯一Id
Declaration
Swift
public var messageUuid: String
-
消息所属的聊天室类型
Declaration
Swift
public var chatroomType: NEChatroomType
-
发送端头像
Declaration
Swift
public var fromAvatar: String?
-
发送者的扩展消息
Declaration
Swift
public var senderExtension: [String : Any]?
-
Declaration
Swift
override public init()