NIMQChatUpdateChannelRoleParam Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMQChatUpdateChannelRoleParam.h | 
  serverId
	服务器id
@property (nonatomic, assign) unsigned long long serverIdDiscussion
服务器id
Declared In
NIMQChatUpdateChannelRoleParam.h
  channelId
	频道id
@property (nonatomic, assign) unsigned long long channelIdDiscussion
频道id
Declared In
NIMQChatUpdateChannelRoleParam.h
  roleId
	身份组id
@property (nonatomic, assign) unsigned long long roleIdDiscussion
身份组id
Declared In
NIMQChatUpdateChannelRoleParam.h
  commands
	操作的权限状态列表
@property (nonatomic, copy) NSArray<NIMQChatPermissionStatusInfo*> *commandsDiscussion
操作的权限状态列表
Declared In
NIMQChatUpdateChannelRoleParam.h