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