|
NIM PC Cross Platform SDK
|
消息撤回通知 More...
#include <nim_msg_helper.h>
Public Attributes | |
| std::string | from_id_ |
| 消息发送方ID | |
| std::string | to_id_ |
| 消息接收方ID | |
| std::string | msg_id_ |
| 客户端消息ID | |
| std::string | notify_ |
| 自定义通知文案 | |
| std::string | from_nick_ |
| 消息发送方昵称 | |
| std::string | operator_id_ |
| 消息的操作者,比哪谁撤消了消息 | |
| NIMSessionType | session_type_ |
| 会话类型 | |
| int64_t | notify_timetag_ |
| 通知时间戳 | |
| NIMMessageFeature | notify_feature_ |
| 通知的种类 | |
| bool | msglog_exist_ |
| 客户端消息本地是否存在 | |
| int64_t | msglog_timetag_ |
| 撤回的消息的消息时间戳 | |
| std::string | attach_ |
| v8.2.0 透传的附件信息 | |
| std::string | callback_ext_ |
| v8.2.0 第三方回调返回的字定义字段 | |
消息撤回通知