NIM SDK API  9.0.0
Public Attributes | List of all members
nim::MsgLog::QueryMsgAsyncParam Class Reference

#include <nim_cpp_msglog.h>

Public Attributes

NIMSessionType to_type_
 
std::string from_account
 
std::string to_account
 
int64_t server_id
 
std::string client_id
 
int64_t time
 

Detailed Description

查询消息参数(不包括系统消息)

Member Data Documentation

◆ client_id

std::string nim::MsgLog::QueryMsgAsyncParam::client_id

string 消息的客户端id

◆ from_account

std::string nim::MsgLog::QueryMsgAsyncParam::from_account

string 消息的发送方

◆ server_id

int64_t nim::MsgLog::QueryMsgAsyncParam::server_id

int64_t 消息的服务端id

◆ time

int64_t nim::MsgLog::QueryMsgAsyncParam::time

int64_t 消息时间戳

◆ to_account

std::string nim::MsgLog::QueryMsgAsyncParam::to_account

string 消息的接收方

◆ to_type_

NIMSessionType nim::MsgLog::QueryMsgAsyncParam::to_type_

enum 会话类型,双人0,群组1,超大群5 (nim_msglog_def.h)


The documentation for this class was generated from the following file: