NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_get_white_black_members_page_cb_func | cb |
查询白/黑名单成员列表回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器ID | |
uint64_t | channel_id |
频道ID | |
NIMQChatChannelWhiteBlackType | type |
白/黑名单类型 | |
uint64_t | timestamp |
时间戳 | |
uint32_t | limit |
查询条数 | |
nim_qchat_channel_get_white_black_members_page_cb_func NIMQChatChannelGetWhiteBlackMembersPageParam::cb |
查询白/黑名单成员列表回调
uint64_t NIMQChatChannelGetWhiteBlackMembersPageParam::channel_id |
频道ID
uint32_t NIMQChatChannelGetWhiteBlackMembersPageParam::limit |
查询条数
uint64_t NIMQChatChannelGetWhiteBlackMembersPageParam::server_id |
服务器ID
uint64_t NIMQChatChannelGetWhiteBlackMembersPageParam::timestamp |
时间戳
NIMQChatChannelWhiteBlackType NIMQChatChannelGetWhiteBlackMembersPageParam::type |
白/黑名单类型
void* NIMQChatChannelGetWhiteBlackMembersPageParam::user_data |
自定义用户数据