7#ifndef _NIM_SDK_CPP_TALKEX_HELPER_PIN_MESSAGE_H_
8#define _NIM_SDK_CPP_TALKEX_HELPER_PIN_MESSAGE_H_
31 uint64_t server_id{0};
41 uint64_t message_time{0};
47 uint64_t create_time{0};
49 uint64_t update_time{0};
54 static void FromJsonString(
const std::string& json_info,
PinMessageInfo& info);
Represents a JSON value.
Definition value.h:196
#define NIM_SDK_CPPWRAPPER_DLL_API
Definition nim_sdk_cpp_wrapper.h:38
修改、取消Pin Message参数定义
Definition nim_talkex_helper_pin_message.h:59
int to_type
UnPin 消息所属会话类型
Definition nim_talkex_helper_pin_message.h:63
std::string session
UnPin 消息所属会话
Definition nim_talkex_helper_pin_message.h:61
std::string ext
扩展字段
Definition nim_talkex_helper_pin_message.h:67
std::string id
Pin Message 的ID 客户端生成服务端没有
Definition nim_talkex_helper_pin_message.h:65
Pin消息属性
Definition nim_talkex_helper_pin_message.h:25
std::string id
Pin Message的ID 客户端生成服务端没有
Definition nim_talkex_helper_pin_message.h:27
std::string operator_account
Pin Message的操作者ID
Definition nim_talkex_helper_pin_message.h:43
std::string to_account
被 pin 消息的接收方ID
Definition nim_talkex_helper_pin_message.h:39
std::string ext
Pin Message的扩展字段
Definition nim_talkex_helper_pin_message.h:45
int to_type
被 pin 消息的会话类型
Definition nim_talkex_helper_pin_message.h:35
std::string session_id
Pin Message对应的会话ID (客户端数据)
Definition nim_talkex_helper_pin_message.h:29
std::string from_account
被 pin 消息的发送方ID
Definition nim_talkex_helper_pin_message.h:37
std::string client_id
被 pin 消息的客户商dID
Definition nim_talkex_helper_pin_message.h:33
查询Pin Message应答参数定义
Definition nim_talkex_helper_pin_message.h:72
std::list< PinMessageInfo > pin_list
Definition nim_talkex_helper_pin_message.h:73