NIMQChatMessageTypingEvent Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying |
| Declared in | NIMQChatMessageTypingEvent.h |
serverId
消息所属的服务器ID
@property (nonatomic, assign) unsigned long long serverIdDiscussion
消息所属的服务器ID
Declared In
NIMQChatMessageTypingEvent.h
channelId
消息所属的频道ID
@property (nonatomic, assign) unsigned long long channelIdDiscussion
消息所属的频道ID
Declared In
NIMQChatMessageTypingEvent.h
ext
消息自定义扩展字段,推荐使用json格式
@property (nullable, nonatomic, copy) NSString *extDiscussion
消息自定义扩展字段,推荐使用json格式
Declared In
NIMQChatMessageTypingEvent.h
uuid
uuid,由SDK生成
@property (nonatomic, copy, readonly) NSString *uuidDiscussion
uuid,由SDK生成
Declared In
NIMQChatMessageTypingEvent.h
timestamp
时间戳
@property (nonatomic, assign, readonly) NSTimeInterval timestampDiscussion
时间戳
Declared In
NIMQChatMessageTypingEvent.h
fromAccount
消息发送者的accid, 开发者无需自己传
@property (nullable, nonatomic, copy, readonly) NSString *fromAccountDiscussion
消息发送者的accid, 开发者无需自己传
Declared In
NIMQChatMessageTypingEvent.h
fromNick
发送方昵称, 开发者无需自己传
@property (nullable, nonatomic, copy, readonly) NSString *fromNickDiscussion
发送方昵称, 开发者无需自己传
Declared In
NIMQChatMessageTypingEvent.h