9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
21@property (nonatomic, assign)
unsigned long long serverId;
25@property (nonatomic, assign)
unsigned long long channelId;
29@property (nonatomic, assign)
unsigned long long roleId;
34@property (nonatomic, copy) NSArray <NIMQChatPermissionStatusInfo *> *
commands;
Definition: NIMQChatPermissionStatusInfo.h:15
Definition: NIMQChatUpdateChannelRoleParam.h:17
unsigned long long roleId
Definition: NIMQChatUpdateChannelRoleParam.h:29
unsigned long long channelId
Definition: NIMQChatUpdateChannelRoleParam.h:25
unsigned long long serverId
Definition: NIMQChatUpdateChannelRoleParam.h:21
NSArray< NIMQChatPermissionStatusInfo * > * commands
Definition: NIMQChatUpdateChannelRoleParam.h:34