NIMQChatUpdateChannelParam Class Reference

Inherits from NSObject
Declared in NIMQChatUpdateChannelParam.h

Overview

修改频道信息的参数

  channelId

频道id

@property (nonatomic, assign) unsigned long long channelId

Discussion

频道id

Declared In

NIMQChatUpdateChannelParam.h

  name

名称

@property (nullable, nonatomic, copy) NSString *name

Discussion

名称

Declared In

NIMQChatUpdateChannelParam.h

  topic

主题

@property (nullable, nonatomic, copy) NSString *topic

Discussion

主题

Declared In

NIMQChatUpdateChannelParam.h

  custom

自定义扩展

@property (nullable, nonatomic, copy) NSString *custom

Discussion

自定义扩展

Declared In

NIMQChatUpdateChannelParam.h

  viewMode

查看模式

@property (nonatomic, assign) NIMQChatChannelViewMode viewMode

Discussion

查看模式

Declared In

NIMQChatUpdateChannelParam.h