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

#include <nim_qchat_member_cpp_def.h>

Public 成员函数

 QChatMemberBanInfo ()=default
 
 QChatMemberBanInfo (const NIMQChatMemberBanInfo &c_param)
 
NIMQChatMemberBanInfo ToCParam () const
 

Public 属性

uint64_t server_id {0}
 server id
 
std::string accid {""}
 用户accid
 
std::string custom {""}
 自定义字段
 
uint64_t ban_time {0}
 封禁时间
 
bool valid_flag {false}
 有效标记,false:无效 true:有效
 
uint64_t create_time {0}
 创建时间
 
uint64_t update_time {0}
 更新时间
 

构造及析构函数说明

◆ QChatMemberBanInfo() [1/2]

nim::QChatMemberBanInfo::QChatMemberBanInfo ( )
default

◆ QChatMemberBanInfo() [2/2]

nim::QChatMemberBanInfo::QChatMemberBanInfo ( const NIMQChatMemberBanInfo c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatMemberBanInfo nim::QChatMemberBanInfo::ToCParam ( ) const
inline

类成员变量说明

◆ accid

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

用户accid

◆ ban_time

uint64_t nim::QChatMemberBanInfo::ban_time {0}

封禁时间

◆ create_time

uint64_t nim::QChatMemberBanInfo::create_time {0}

创建时间

◆ custom

std::string nim::QChatMemberBanInfo::custom {""}

自定义字段

◆ server_id

uint64_t nim::QChatMemberBanInfo::server_id {0}

server id

◆ update_time

uint64_t nim::QChatMemberBanInfo::update_time {0}

更新时间

◆ valid_flag

bool nim::QChatMemberBanInfo::valid_flag {false}

有效标记,false:无效 true:有效


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