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

#include <nim_qchat_server_cpp_def.h>

Public 成员函数

 QChatServerRejectInviteParam ()=default
 
 QChatServerRejectInviteParam (const NIMQChatServerRejectInviteParam &c_param)
 
NIMQChatServerRejectInviteParam ToCParam () const
 

Public 属性

ServerRejectInviteCallback cb {nullptr}
 回调函数
 
uint64_t server_id {0}
 服务器ID
 
std::string accid {""}
 邀请人id
 
std::string postscript
 附言
 
uint64_t request_id {0}
 请求ID
 

构造及析构函数说明

◆ QChatServerRejectInviteParam() [1/2]

nim::QChatServerRejectInviteParam::QChatServerRejectInviteParam ( )
default

◆ QChatServerRejectInviteParam() [2/2]

nim::QChatServerRejectInviteParam::QChatServerRejectInviteParam ( const NIMQChatServerRejectInviteParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatServerRejectInviteParam nim::QChatServerRejectInviteParam::ToCParam ( ) const
inline

类成员变量说明

◆ accid

std::string nim::QChatServerRejectInviteParam::accid {""}

邀请人id

◆ cb

ServerRejectInviteCallback nim::QChatServerRejectInviteParam::cb {nullptr}

回调函数

◆ postscript

std::string nim::QChatServerRejectInviteParam::postscript

附言

◆ request_id

uint64_t nim::QChatServerRejectInviteParam::request_id {0}

请求ID

◆ server_id

uint64_t nim::QChatServerRejectInviteParam::server_id {0}

服务器ID


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