NIMQChatUpdateQuickCommentInfo Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatUpdateQuickCommentInfo.h |
serverId
服务器id
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器id
Declared In
NIMQChatUpdateQuickCommentInfo.h
channelId
频道id
@property (nonatomic, assign) unsigned long long channelId
Discussion
频道id
Declared In
NIMQChatUpdateQuickCommentInfo.h
timestamp
时间
@property (nonatomic, assign) NSTimeInterval timestamp
Discussion
时间
Declared In
NIMQChatUpdateQuickCommentInfo.h
fromAccId
评论者accid
@property (nonatomic, copy) NSString *fromAccId
Discussion
评论者accid
Declared In
NIMQChatUpdateQuickCommentInfo.h
replyType
评论类型
@property (nonatomic, assign) int64_t replyType
Discussion
评论类型
Declared In
NIMQChatUpdateQuickCommentInfo.h
opeType
操作类型,添加、删除
@property (nonatomic, assign) NIMQChatUpdateQuickCommentType opeType
Discussion
操作类型,添加、删除
Declared In
NIMQChatUpdateQuickCommentInfo.h