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