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

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelUpdateWhiteBlackMembersParam ()=default
 
 QChatChannelUpdateWhiteBlackMembersParam (const NIMQChatChannelUpdateWhiteBlackMembersParam &c_param)
 
NIMQChatChannelUpdateWhiteBlackMembersParam ToCParam () const
 

Public 属性

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

Protected 属性

std::vector< char * > accids_vec
 

构造及析构函数说明

◆ QChatChannelUpdateWhiteBlackMembersParam() [1/2]

nim::QChatChannelUpdateWhiteBlackMembersParam::QChatChannelUpdateWhiteBlackMembersParam ( )
default

◆ QChatChannelUpdateWhiteBlackMembersParam() [2/2]

nim::QChatChannelUpdateWhiteBlackMembersParam::QChatChannelUpdateWhiteBlackMembersParam ( const NIMQChatChannelUpdateWhiteBlackMembersParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelUpdateWhiteBlackMembersParam nim::QChatChannelUpdateWhiteBlackMembersParam::ToCParam ( ) const
inline

类成员变量说明

◆ accids

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

用户accid列表

◆ accids_vec

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

◆ cb

UpdateWhiteBlackMembersCallback nim::QChatChannelUpdateWhiteBlackMembersParam::cb {nullptr}

回调函数

◆ channel_id

uint64_t nim::QChatChannelUpdateWhiteBlackMembersParam::channel_id {0}

频道ID

◆ ope_type

NIMQChatChannelWhiteBlackOpeType nim::QChatChannelUpdateWhiteBlackMembersParam::ope_type {kNIMQChatChannelWhiteBlackOpeTypeAdd}

操作类型

◆ server_id

uint64_t nim::QChatChannelUpdateWhiteBlackMembersParam::server_id {0}

服务器ID

◆ type

NIMQChatChannelWhiteBlackType nim::QChatChannelUpdateWhiteBlackMembersParam::type {kNIMQChatChannelBlack}

白/黑名单类型


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