9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
17@property (nonnull, nonatomic, copy)NSString *
keyword;
22@property (nonatomic, assign)
unsigned long long serverId;
27@property (nonatomic, assign)
unsigned long long channelId;
33@property (nullable, nonatomic, copy) NSNumber *
limit;
Definition: NIMQChatSearchServerChannelMemberParam.h:14
NSNumber * limit
Definition: NIMQChatSearchServerChannelMemberParam.h:33
NSString * keyword
Definition: NIMQChatSearchServerChannelMemberParam.h:17
unsigned long long serverId
Definition: NIMQChatSearchServerChannelMemberParam.h:22
unsigned long long channelId
Definition: NIMQChatSearchServerChannelMemberParam.h:27