P2P和群组消息
More...
#include <nim_talk_helper.h>
|
std::string | reply_msg_from_account_ |
| 被回复消息的消息发送者
|
|
std::string | reply_msg_to_account_ |
| 被回复消息的消息接受者,群的话是tid
|
|
uint64_t | reply_msg_time_ |
| 被回复消息的消息发送时间
|
|
uint64_t | reply_msg_id_server_ |
| 被回复消息的消息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_ |
| thread消息的消息发送时间
|
|
uint64_t | thread_msg_id_server_ |
| thread消息的消息ID(serverId)
|
|
std::string | thread_msg_id_client_ |
| thread消息的消息ID(clientId)
|
|
int | deleted_ |
| 消息是否已经被删除(可能是撤回,也可能是单向删除),查询thread消息历史时可能会有这个字段,大于0表示已经删除(目前撤回和单向删除都是1,未来可能区分)
|
|
The documentation for this struct was generated from the following file: