9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
21@property(nonatomic, assign, readonly)
unsigned long long channelId;
26@property(nonatomic, assign, readonly)
unsigned long long serverId;
41@property(nonatomic, assign, readonly) NSUInteger
maxCount;
56@property(nonatomic, assign, readonly) NSTimeInterval
timestamp;
Definition: NIMQChatUnreadInfo.h:17
unsigned long long channelId
Definition: NIMQChatUnreadInfo.h:21
unsigned long long serverId
Definition: NIMQChatUnreadInfo.h:26
NSTimeInterval timestamp
Definition: NIMQChatUnreadInfo.h:56
NSUInteger maxCount
Definition: NIMQChatUnreadInfo.h:41
NSTimeInterval ackTimestamp
Definition: NIMQChatUnreadInfo.h:46
NSTimeInterval lastMessageTimestamp
Definition: NIMQChatUnreadInfo.h:51
NSUInteger mentionedCount
Definition: NIMQChatUnreadInfo.h:36
NSUInteger unreadCount
Definition: NIMQChatUnreadInfo.h:31