NIMQChatCreateChannelParam Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMQChatCreateChannelParam.h | 
  serverId
	服务器id
@property (nonatomic, assign) unsigned long long serverIdDiscussion
服务器id
Declared In
NIMQChatCreateChannelParam.h
  name
	名称
@property (nonatomic, copy) NSString *nameDiscussion
名称
Declared In
NIMQChatCreateChannelParam.h
  topic
	主题
@property (nonatomic, copy) NSString *topicDiscussion
主题
Declared In
NIMQChatCreateChannelParam.h
  custom
	自定义扩展
@property (nonatomic, copy) NSString *customDiscussion
自定义扩展
Declared In
NIMQChatCreateChannelParam.h
  type
	类型:0-消息频道,1音视频频道,100自定义频道
@property (nonatomic, assign) NIMQChatChannelType typeDiscussion
类型:0-消息频道,1音视频频道,100自定义频道
Declared In
NIMQChatCreateChannelParam.h
  viewMode
	查看模式
@property (nonatomic, assign) NIMQChatChannelViewMode viewModeDiscussion
查看模式
Declared In
NIMQChatCreateChannelParam.h
  antispamBusinessId
	对某些资料内容另外的反垃圾的业务ID
@property (nonatomic, copy) NSString *antispamBusinessIdDiscussion
对某些资料内容另外的反垃圾的业务ID
Declared In
NIMQChatCreateChannelParam.h
  categoryId
	频道分组id,传categoryId和NIMQChatChannelSyncModeSync时,viewMode将不生效
@property (nonatomic, assign) unsigned long long categoryIdDiscussion
频道分组id,传categoryId和NIMQChatChannelSyncModeSync时,viewMode将不生效
Declared In
NIMQChatCreateChannelParam.h
  syncMode
	是否与频道分组配置同步,传categoryId和NIMQChatChannelSyncModeSync时,viewMode将不生效
@property (nonatomic, assign) NIMQChatChannelSyncMode syncModeDiscussion
是否与频道分组配置同步,传categoryId和NIMQChatChannelSyncModeSync时,viewMode将不生效
Declared In
NIMQChatCreateChannelParam.h