NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatUpdateChannelBlackWhiteRoleInfo.h
浏览该文件的文档.
1//
2// Created by chenjili on 2022/2/19.
3// Copyright (c) 2022 Netease. All rights reserved.
4//
5
6#import <Foundation/Foundation.h>
7
9
10/**
11 * 服务器id
12 */
13@property (nonatomic, assign) unsigned long long serverId;
14
15/**
16 * 频道id
17 */
18@property (nonatomic, assign) unsigned long long channelId;
19
20/**
21 * 成员身份组类型
22 */
23@property (nonatomic, assign) NIMQChatChannelMemberRoleType type;
24
25/**
26 * 频道成员身份组的操作类型
27 */
28@property (nonatomic, assign) NIMQChatChannelMemberRoleOpeType opeType;
29
30/**
31 * 身份组id
32 */
33@property (nonatomic, assign) unsigned long long roleId;
34@end
NIMQChatChannelMemberRoleType
Definition: NIMQChatDefs.h:442
NIMQChatChannelMemberRoleOpeType
Definition: NIMQChatDefs.h:437
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:9
NIMQChatChannelMemberRoleType type
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:23
unsigned long long channelId
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:18
NIMQChatChannelMemberRoleOpeType opeType
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:28
unsigned long long roleId
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:33
unsigned long long serverId
Definition: NIMQChatUpdateChannelBlackWhiteRoleInfo.h:13