NIM PC Cross Platform SDK
nim::PinMessageInfo Struct Reference

Pin消息属性 More...

#include <nim_talkex_helper_pin_message.h>

Static Public Member Functions

static std::string ToJsonString (const PinMessageInfo &info)
 
static void ToJsonObject (const PinMessageInfo &info, nim_cpp_wrapper_util::Json::Value &json_info)
 
static nim_cpp_wrapper_util::Json::Value ToJsonObject (const PinMessageInfo &info)
 
static void FromJsonString (const std::string &json_info, PinMessageInfo &info)
 
static void FromJsonObject (const nim_cpp_wrapper_util::Json::Value &json_info, PinMessageInfo &info)
 

Public Attributes

std::string id
 Pin Message的ID 客户端生成服务端没有
 
std::string session_id
 Pin Message对应的会话ID (客户端数据)
 
uint64_t server_id
 被 Pin 消息的服务端ID
 
std::string client_id
 被 pin 消息的客户商dID
 
int to_type
 被 pin 消息的会话类型
 
std::string from_account
 被 pin 消息的发送方ID
 
std::string to_account
 被 pin 消息的接收方ID
 
uint64_t message_time
 被 pin 消息的时间戳
 
std::string operator_account
 Pin Message的操作者ID.
 
std::string ext
 Pin Message的扩展字段
 
uint64_t create_time
 Pin Message的创建时间戳
 
uint64_t update_time
 Pin Message的更新时间戳
 

Detailed Description

Pin消息属性


The documentation for this struct was generated from the following files: