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

#include <nim_qchat_server_cpp_def.h>

Public 成员函数

 QChatServerInviteResp ()=default
 
 QChatServerInviteResp (const NIMQChatServerInviteResp &c_resp)
 
NIMQChatServerInviteResp ToCParam () const
 

Public 属性

uint32_t res_code {0}
 操作结果, 参考NIMResCode
 
uint64_t request_id {0}
 请求ID
 
uint64_t expire_time {0}
 请求失效时间戳
 
std::map< std::string, NIMQChatServerInviteFailReasonfail_map
 邀请失败的成员id和失败原因
 

Protected 属性

std::vector< char * > vec_accids
 
std::vector< NIMQChatServerInviteFailReasonvec_fail_reason
 

构造及析构函数说明

◆ QChatServerInviteResp() [1/2]

nim::QChatServerInviteResp::QChatServerInviteResp ( )
default

◆ QChatServerInviteResp() [2/2]

nim::QChatServerInviteResp::QChatServerInviteResp ( const NIMQChatServerInviteResp c_resp)
inline

成员函数说明

◆ ToCParam()

NIMQChatServerInviteResp nim::QChatServerInviteResp::ToCParam ( ) const
inline

类成员变量说明

◆ expire_time

uint64_t nim::QChatServerInviteResp::expire_time {0}

请求失效时间戳

◆ fail_map

std::map<std::string, NIMQChatServerInviteFailReason> nim::QChatServerInviteResp::fail_map

邀请失败的成员id和失败原因

◆ request_id

uint64_t nim::QChatServerInviteResp::request_id {0}

请求ID

◆ res_code

uint32_t nim::QChatServerInviteResp::res_code {0}

操作结果, 参考NIMResCode

◆ vec_accids

std::vector<char*> nim::QChatServerInviteResp::vec_accids
mutableprotected

◆ vec_fail_reason

std::vector<NIMQChatServerInviteFailReason> nim::QChatServerInviteResp::vec_fail_reason
mutableprotected

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