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