NIMQChatMessageTypingEvent Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQChatMessageTypingEvent.h

  serverId

消息所属的服务器ID

@property (nonatomic, assign) unsigned long long serverId

Discussion

消息所属的服务器ID

Declared In

NIMQChatMessageTypingEvent.h

  channelId

消息所属的频道ID

@property (nonatomic, assign) unsigned long long channelId

Discussion

消息所属的频道ID

Declared In

NIMQChatMessageTypingEvent.h

  ext

消息自定义扩展字段,推荐使用json格式

@property (nullable, nonatomic, copy) NSString *ext

Discussion

消息自定义扩展字段,推荐使用json格式

Declared In

NIMQChatMessageTypingEvent.h

  uuid

uuid,由SDK生成

@property (nonatomic, copy, readonly) NSString *uuid

Discussion

uuid,由SDK生成

Declared In

NIMQChatMessageTypingEvent.h

  timestamp

时间戳

@property (nonatomic, assign, readonly) NSTimeInterval timestamp

Discussion

时间戳

Declared In

NIMQChatMessageTypingEvent.h

  fromAccount

消息发送者的accid, 开发者无需自己传

@property (nullable, nonatomic, copy, readonly) NSString *fromAccount

Discussion

消息发送者的accid, 开发者无需自己传

Declared In

NIMQChatMessageTypingEvent.h

  fromNick

发送方昵称, 开发者无需自己传

@property (nullable, nonatomic, copy, readonly) NSString *fromNick

Discussion

发送方昵称, 开发者无需自己传

Declared In

NIMQChatMessageTypingEvent.h