![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_role_def.h>
Public 属性 | |
| nim_qchat_role_member_get_list_cb_func | cb |
| void * | user_data |
| uint64_t | server_id |
| 服务器 ID | |
| uint64_t | channel_id |
| 频道 ID | |
| uint64_t | timestamp |
| 时间戳,查询最新指定为 0 | |
| uint32_t | limit |
| 限制返回数量 | |
| nim_qchat_role_member_get_list_cb_func NIMQChatGetMemberRolesParam::cb |
| uint64_t NIMQChatGetMemberRolesParam::channel_id |
频道 ID
| uint32_t NIMQChatGetMemberRolesParam::limit |
限制返回数量
| uint64_t NIMQChatGetMemberRolesParam::server_id |
服务器 ID
| uint64_t NIMQChatGetMemberRolesParam::timestamp |
时间戳,查询最新指定为 0
| void* NIMQChatGetMemberRolesParam::user_data |