NIMQChatGetExistingChannelRolesByServerRoleIdsParam Class Reference

Inherits from NSObject
Declared in NIMQChatGetExistingChannelRolesByServerRoleIdsParam.h

Overview

查询一批服务器身份组在频道中的身份组信息入参

  serverId

服务器id

@property (nonatomic, assign) unsigned long long serverId

Discussion

服务器id

Declared In

NIMQChatGetExistingChannelRolesByServerRoleIdsParam.h

  channelId

频道id

@property (nonatomic, assign) unsigned long long channelId

Discussion

频道id

Declared In

NIMQChatGetExistingChannelRolesByServerRoleIdsParam.h

  roleIds

身份组roleid数组

@property (nonatomic, copy) NSArray<NSNumber*> *roleIds

Discussion

身份组roleid数组

Declared In

NIMQChatGetExistingChannelRolesByServerRoleIdsParam.h