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

#include <nim_qchat_message_cpp_def.h>

Public 成员函数

 QChatQuickCommentDetail ()=default
 
 QChatQuickCommentDetail (const NIMQChatQuickCommentDetail &c_param)
 
NIMQChatQuickCommentDetail ToCParam () const
 

Public 属性

uint64_t type {0}
 表示评论类型
 
uint64_t count {0}
 表示这个评论的数量
 
uint64_t create_time {0}
 创建时间
 
bool include_yourself {false}
 表示自己是否添加过这个标签
 
std::vector< std::string > accids
 若干个添加过表情的 account ID
 

Private 属性

std::vector< char * > accids_
 

构造及析构函数说明

◆ QChatQuickCommentDetail() [1/2]

nim::QChatQuickCommentDetail::QChatQuickCommentDetail ( )
default

◆ QChatQuickCommentDetail() [2/2]

nim::QChatQuickCommentDetail::QChatQuickCommentDetail ( const NIMQChatQuickCommentDetail c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatQuickCommentDetail nim::QChatQuickCommentDetail::ToCParam ( ) const
inline

类成员变量说明

◆ accids

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

若干个添加过表情的 account ID

◆ accids_

std::vector<char*> nim::QChatQuickCommentDetail::accids_
mutableprivate

◆ count

uint64_t nim::QChatQuickCommentDetail::count {0}

表示这个评论的数量

◆ create_time

uint64_t nim::QChatQuickCommentDetail::create_time {0}

创建时间

◆ include_yourself

bool nim::QChatQuickCommentDetail::include_yourself {false}

表示自己是否添加过这个标签

◆ type

uint64_t nim::QChatQuickCommentDetail::type {0}

表示评论类型


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