NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatChannelGetExistingWhiteBlackMembersParam结构体 参考

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelGetExistingWhiteBlackMembersParam ()=default
 
 QChatChannelGetExistingWhiteBlackMembersParam (const NIMQChatChannelGetExistingWhiteBlackMembersParam &c_param)
 
NIMQChatChannelGetExistingWhiteBlackMembersParam ToCParam () const
 

Public 属性

GetExistingWhiteBlackMembersCallback cb {nullptr}
 回调函数
 
uint64_t server_id {0}
 服务器ID
 
uint64_t channel_id {0}
 频道ID
 
NIMQChatChannelWhiteBlackType type {kNIMQChatChannelBlack}
 白/黑名单类型
 
std::vector< std::string > accids
 用户accid列表
 

Protected 属性

std::vector< char * > accids_vec
 

构造及析构函数说明

◆ QChatChannelGetExistingWhiteBlackMembersParam() [1/2]

nim::QChatChannelGetExistingWhiteBlackMembersParam::QChatChannelGetExistingWhiteBlackMembersParam ( )
default

◆ QChatChannelGetExistingWhiteBlackMembersParam() [2/2]

nim::QChatChannelGetExistingWhiteBlackMembersParam::QChatChannelGetExistingWhiteBlackMembersParam ( const NIMQChatChannelGetExistingWhiteBlackMembersParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelGetExistingWhiteBlackMembersParam nim::QChatChannelGetExistingWhiteBlackMembersParam::ToCParam ( ) const
inline

类成员变量说明

◆ accids

std::vector<std::string> nim::QChatChannelGetExistingWhiteBlackMembersParam::accids

用户accid列表

◆ accids_vec

std::vector<char*> nim::QChatChannelGetExistingWhiteBlackMembersParam::accids_vec
mutableprotected

◆ cb

GetExistingWhiteBlackMembersCallback nim::QChatChannelGetExistingWhiteBlackMembersParam::cb {nullptr}

回调函数

◆ channel_id

uint64_t nim::QChatChannelGetExistingWhiteBlackMembersParam::channel_id {0}

频道ID

◆ server_id

uint64_t nim::QChatChannelGetExistingWhiteBlackMembersParam::server_id {0}

服务器ID

◆ type

NIMQChatChannelWhiteBlackType nim::QChatChannelGetExistingWhiteBlackMembersParam::type {kNIMQChatChannelBlack}

白/黑名单类型


该结构体的文档由以下文件生成: