9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
23@property (nonatomic, assign) BOOL
hasMore;
33@property(nullable, nonatomic, copy) NSString *
cursor;
38@property (nullable, nonatomic, copy)NSArray<NIMQChatMessage *> *
messages;
Definition: NIMQChatGetMentionedMeMessagesResult.h:19
NSString * cursor
Definition: NIMQChatGetMentionedMeMessagesResult.h:33
BOOL hasMore
Definition: NIMQChatGetMentionedMeMessagesResult.h:23
NSTimeInterval nextTimetag
Definition: NIMQChatGetMentionedMeMessagesResult.h:28
NSArray< NIMQChatMessage * > * messages
Definition: NIMQChatGetMentionedMeMessagesResult.h:38
Definition: NIMQChatMessage.h:55