9#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
24@property (nonatomic, assign)
unsigned long long channelId;
29@property (nullable, nonatomic, copy) NSString *
name;
34@property (nullable, nonatomic, copy) NSString *
topic;
39@property (nullable, nonatomic, copy) NSString *
custom;
NIMQChatVisitorMode
Definition: NIMQChatDefs.h:541
NIMQChatChannelViewMode
Definition: NIMQChatDefs.h:426
Definition: NIMQChatChannel.h:16
Definition: NIMQChatUpdateChannelParam.h:20
unsigned long long channelId
Definition: NIMQChatUpdateChannelParam.h:24
NSString * custom
Definition: NIMQChatUpdateChannelParam.h:39
NSString * antispamBusinessId
Definition: NIMQChatUpdateChannelParam.h:54
NSString * topic
Definition: NIMQChatUpdateChannelParam.h:34
NIMQChatVisitorMode visitorMode
Definition: NIMQChatUpdateChannelParam.h:49
NIMQChatChannelViewMode viewMode
Definition: NIMQChatUpdateChannelParam.h:44
NSString * name
Definition: NIMQChatUpdateChannelParam.h:29