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

#include <nim_qchat_message_cpp_def.h>

Public 成员函数

 QChatQuickCommentInfo ()=default
 
 QChatQuickCommentInfo (const NIMQChatQuickCommentInfo &c_param)
 
NIMQChatQuickCommentInfo ToCParam () const
 

Public 属性

uint64_t server_id {0}
 评论所在服务器
 
uint64_t channel_id {0}
 评论所在频道
 
uint64_t msg_server_id {0}
 评论所属的消息服务器 ID
 
uint64_t count {0}
 总的评论数量
 
uint64_t timestamp {0}
 最后一次操作的时间
 
std::vector< QChatQuickCommentDetaildetails
 评论详情
 

Private 属性

std::vector< NIMQChatQuickCommentDetaildetail_
 

构造及析构函数说明

◆ QChatQuickCommentInfo() [1/2]

nim::QChatQuickCommentInfo::QChatQuickCommentInfo ( )
default

◆ QChatQuickCommentInfo() [2/2]

nim::QChatQuickCommentInfo::QChatQuickCommentInfo ( const NIMQChatQuickCommentInfo c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatQuickCommentInfo nim::QChatQuickCommentInfo::ToCParam ( ) const
inline

类成员变量说明

◆ channel_id

uint64_t nim::QChatQuickCommentInfo::channel_id {0}

评论所在频道

◆ count

uint64_t nim::QChatQuickCommentInfo::count {0}

总的评论数量

◆ detail_

std::vector<NIMQChatQuickCommentDetail> nim::QChatQuickCommentInfo::detail_
mutableprivate

◆ details

std::vector<QChatQuickCommentDetail> nim::QChatQuickCommentInfo::details

评论详情

◆ msg_server_id

uint64_t nim::QChatQuickCommentInfo::msg_server_id {0}

评论所属的消息服务器 ID

◆ server_id

uint64_t nim::QChatQuickCommentInfo::server_id {0}

评论所在服务器

◆ timestamp

uint64_t nim::QChatQuickCommentInfo::timestamp {0}

最后一次操作的时间


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