NIM SDK API  9.0.0
Public Attributes | List of all members
NIMQueryMsgAsyncParam Struct Reference

云端查询某条消息参数一般用在thread聊天场景中 More...

#include <nim_msglog_def.h>

Public Attributes

enum NIMSessionType to_type_
 
char from_account [128]
 
char to_account [128]
 
int64_t server_id
 
char client_id [128]
 
int64_t time
 

Detailed Description

云端查询某条消息参数一般用在thread聊天场景中

Member Data Documentation

◆ client_id

char NIMQueryMsgAsyncParam::client_id[128]

string 消息的客户端id

◆ from_account

char NIMQueryMsgAsyncParam::from_account[128]

string 消息的发送方

◆ server_id

int64_t NIMQueryMsgAsyncParam::server_id

int64_t 消息的服务端id

◆ time

int64_t NIMQueryMsgAsyncParam::time

int64_t 消息时间戳

◆ to_account

char NIMQueryMsgAsyncParam::to_account[128]

string 消息的接收方

◆ to_type_

enum NIMSessionType NIMQueryMsgAsyncParam::to_type_

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


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