NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMDeleteMessagesSelfParam结构体 参考

单向删除某条消息参数 更多...

#include <nim_msglog_def.h>

Public 属性

enum NIMSessionType to_type_
 enum 会话类型,双人0,群组1,超大群5 (nim_msglog_def.h)
 
char from_account [128]
 string 消息的发送方
 
char to_account [128]
 string 消息的接收方
 
int64_t server_id
 int64_t 消息的服务端id
 
char client_id [128]
 string 消息的客户端id
 
int64_t time
 int64_t 消息时间戳
 
char ext [1024]
 string 扩展字段
 

详细描述

单向删除某条消息参数

类成员变量说明

◆ client_id

char NIMDeleteMessagesSelfParam::client_id[128]

string 消息的客户端id

◆ ext

char NIMDeleteMessagesSelfParam::ext[1024]

string 扩展字段

◆ from_account

char NIMDeleteMessagesSelfParam::from_account[128]

string 消息的发送方

◆ server_id

int64_t NIMDeleteMessagesSelfParam::server_id

int64_t 消息的服务端id

◆ time

int64_t NIMDeleteMessagesSelfParam::time

int64_t 消息时间戳

◆ to_account

char NIMDeleteMessagesSelfParam::to_account[128]

string 消息的接收方

◆ to_type_

enum NIMSessionType NIMDeleteMessagesSelfParam::to_type_

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


该结构体的文档由以下文件生成: