NIM PC Cross Platform SDK
nim::QuickCommentInfo Struct Reference

快捷回复属性 More...

#include <nim_talkex_helper_quick_comment.h>

Static Public Member Functions

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

Public Attributes

std::string id
 
std::string from_account
 回复者的 accid More...
 
int64_t reply_type
 开发者自定义的回复类型
 
std::string client_id
 被回复消息的客户端ID
 
uint64_t server_id
 被回复消息的服务端ID
 
uint64_t time
 回复的时间戳
 
std::string ext
 自定义扩展字段,最大8字符
 
bool need_push
 是否需要推送,0表示不需要,1表示需要,默认0
 
bool need_badge
 是否需要角标,0表示不需要,1表示需要,默认0
 
std::string push_title
 推送标题
 
std::string push_content
 推送文案
 
std::string push_payload
 推送自定义字段JSON
 

Detailed Description

快捷回复属性

Member Data Documentation

◆ from_account

std::string nim::QuickCommentInfo::from_account

回复者的 accid

<服务端没有这个字段,本地为了好处理记录加上的(message serverid + from_accid + type)


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