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

P2P和群组消息 更多...

#include <nim_talk_helper.h>

Public 成员函数

 IMMessageThreadInfo ()
 

Public 属性

std::string reply_msg_from_account_
 被回复消息的消息发送者
 
std::string reply_msg_to_account_
 被回复消息的消息接受者,群的话是tid
 
uint64_t reply_msg_time_ {0}
 被回复消息的消息发送时间
 
uint64_t reply_msg_id_server_ {0}
 被回复消息的消息ID(serverId)
 
std::string reply_msg_id_client_
 被回复消息的消息ID(clientId)
 
std::string thread_msg_from_account_
 thread消息的消息发送者
 
std::string thread_msg_to_account_
 thread消息的消息接受者,群的话是tid
 
uint64_t thread_msg_time_ {0}
 thread消息的消息发送时间
 
uint64_t thread_msg_id_server_ {0}
 thread消息的消息ID(serverId)
 
std::string thread_msg_id_client_
 thread消息的消息ID(clientId)
 
int deleted_
 消息是否已经被删除(可能是撤回,也可能是单向删除),查询thread消息历史时可能会有这个字段,大于0表示已经删除(目前撤回和单向删除都是1,未来可能区分)
 

详细描述

P2P和群组消息

构造及析构函数说明

◆ IMMessageThreadInfo()

nim::IMMessageThreadInfo::IMMessageThreadInfo ( )
inline

类成员变量说明

◆ deleted_

int nim::IMMessageThreadInfo::deleted_

消息是否已经被删除(可能是撤回,也可能是单向删除),查询thread消息历史时可能会有这个字段,大于0表示已经删除(目前撤回和单向删除都是1,未来可能区分)

◆ reply_msg_from_account_

std::string nim::IMMessageThreadInfo::reply_msg_from_account_

被回复消息的消息发送者

◆ reply_msg_id_client_

std::string nim::IMMessageThreadInfo::reply_msg_id_client_

被回复消息的消息ID(clientId)

◆ reply_msg_id_server_

uint64_t nim::IMMessageThreadInfo::reply_msg_id_server_ {0}

被回复消息的消息ID(serverId)

◆ reply_msg_time_

uint64_t nim::IMMessageThreadInfo::reply_msg_time_ {0}

被回复消息的消息发送时间

◆ reply_msg_to_account_

std::string nim::IMMessageThreadInfo::reply_msg_to_account_

被回复消息的消息接受者,群的话是tid

◆ thread_msg_from_account_

std::string nim::IMMessageThreadInfo::thread_msg_from_account_

thread消息的消息发送者

◆ thread_msg_id_client_

std::string nim::IMMessageThreadInfo::thread_msg_id_client_

thread消息的消息ID(clientId)

◆ thread_msg_id_server_

uint64_t nim::IMMessageThreadInfo::thread_msg_id_server_ {0}

thread消息的消息ID(serverId)

◆ thread_msg_time_

uint64_t nim::IMMessageThreadInfo::thread_msg_time_ {0}

thread消息的消息发送时间

◆ thread_msg_to_account_

std::string nim::IMMessageThreadInfo::thread_msg_to_account_

thread消息的消息接受者,群的话是tid


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