|
NIMSDK-AOS
9.20.15
|
"删除频道身份组"接口入参 更多...
Public 成员函数 | |
| QChatRemoveChannelRoleParam (long serverId, long channelId, long roleId) | |
| Long | getServerId () |
| 获取服务器id 更多... | |
| Long | getChannelId () |
| 获取频道Id 更多... | |
| Long | getRoleId () |
| 获取身份组id 更多... | |
"删除频道身份组"接口入参
在文件 QChatRemoveChannelRoleParam.java 第 8 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatRemoveChannelRoleParam.QChatRemoveChannelRoleParam | ( | long | serverId, |
| long | channelId, | ||
| long | roleId | ||
| ) |
| serverId | 服务器id |
| channelId | 频道Id |
| roleId | 身份组id |
在文件 QChatRemoveChannelRoleParam.java 第 32 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatRemoveChannelRoleParam.getChannelId | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatRemoveChannelRoleParam.getRoleId | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatRemoveChannelRoleParam.getServerId | ( | ) |
1.8.11