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

消息撤回通知 更多...

#include <nim_msg_helper.h>

Public 成员函数

 RecallMsgNotify ()
 

Public 属性

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 第三方回调返回的字定义字段
 

详细描述

消息撤回通知

构造及析构函数说明

◆ RecallMsgNotify()

nim::RecallMsgNotify::RecallMsgNotify ( )
inline

类成员变量说明

◆ attach_

std::string nim::RecallMsgNotify::attach_

v8.2.0 透传的附件信息

◆ callback_ext_

std::string nim::RecallMsgNotify::callback_ext_

v8.2.0 第三方回调返回的字定义字段

◆ from_id_

std::string nim::RecallMsgNotify::from_id_

消息发送方ID

◆ from_nick_

std::string nim::RecallMsgNotify::from_nick_

消息发送方昵称

◆ msg_id_

std::string nim::RecallMsgNotify::msg_id_

客户端消息ID

◆ msglog_exist_

bool nim::RecallMsgNotify::msglog_exist_

客户端消息本地是否存在

◆ msglog_timetag_

int64_t nim::RecallMsgNotify::msglog_timetag_

撤回的消息的消息时间戳

◆ notify_

std::string nim::RecallMsgNotify::notify_

自定义通知文案

◆ notify_feature_

NIMMessageFeature nim::RecallMsgNotify::notify_feature_

通知的种类

◆ notify_timetag_

int64_t nim::RecallMsgNotify::notify_timetag_

通知时间戳

◆ operator_id_

std::string nim::RecallMsgNotify::operator_id_

消息的操作者,比哪谁撤消了消息

◆ session_type_

NIMSessionType nim::RecallMsgNotify::session_type_

会话类型

◆ to_id_

std::string nim::RecallMsgNotify::to_id_

消息接收方ID


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