NIMQChatUpdateMemberRoleParam Class Reference

Inherits from NSObject
Declared in NIMQChatUpdateMemberRoleParam.h

Overview

修改某人的定制权限

  serverId

服务器id

@property (nonatomic, assign) unsigned long long serverId

Discussion

服务器id

Declared In

NIMQChatUpdateMemberRoleParam.h

  channelId

频道id

@property (nonatomic, assign) unsigned long long channelId

Discussion

频道id

Declared In

NIMQChatUpdateMemberRoleParam.h

  accid

用户id

@property (nonatomic, copy) NSString *accid

Discussion

用户id

Declared In

NIMQChatUpdateMemberRoleParam.h

  commands

操作的权限状态列表

@property (nonatomic, copy) NSArray<NIMQChatPermissionStatusInfo*> *commands

Discussion

操作的权限状态列表

Declared In

NIMQChatUpdateMemberRoleParam.h