9#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
22@property (nonatomic, assign)
unsigned long long serverId;
27@property (nonatomic, copy) NSString *
name;
32@property (nonatomic, copy) NSString *
topic;
37@property (nonatomic, copy) NSString *
custom;
57@property (nonatomic, assign)
unsigned long long categoryId;
NIMQChatVisitorMode
Definition: NIMQChatDefs.h:541
NIMQChatChannelType
Definition: NIMQChatDefs.h:413
NIMQChatChannelViewMode
Definition: NIMQChatDefs.h:426
NIMQChatChannelSyncMode
Definition: NIMQChatDefs.h:420
Definition: NIMQChatCreateChannelParam.h:18
NIMQChatChannelType type
Definition: NIMQChatCreateChannelParam.h:42
NSString * topic
Definition: NIMQChatCreateChannelParam.h:32
NSString * name
Definition: NIMQChatCreateChannelParam.h:27
NIMQChatChannelViewMode viewMode
Definition: NIMQChatCreateChannelParam.h:47
unsigned long long serverId
Definition: NIMQChatCreateChannelParam.h:22
unsigned long long categoryId
Definition: NIMQChatCreateChannelParam.h:57
NIMQChatVisitorMode visitorMode
Definition: NIMQChatCreateChannelParam.h:67
NSString * antispamBusinessId
Definition: NIMQChatCreateChannelParam.h:52
NIMQChatChannelSyncMode syncMode
Definition: NIMQChatCreateChannelParam.h:62
NSString * custom
Definition: NIMQChatCreateChannelParam.h:37