NIMQChatCreateChannelParam Class Reference

Inherits from NSObject
Declared in NIMQChatCreateChannelParam.h

Overview

创建频道的类型

  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-消息频道,100自定义频道

@property (nonatomic, assign) NIMQChatChannelType type

Discussion

类型:0-消息频道,100自定义频道

Declared In

NIMQChatCreateChannelParam.h

  viewMode

查看模式

@property (nonatomic, assign) NIMQChatChannelViewMode viewMode

Discussion

查看模式

Declared In

NIMQChatCreateChannelParam.h