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

#include <nim_qchat_message_def.h>

Public 属性

nim_qchat_update_msg_cb_func cb
 发送消息异步回调
 
void * user_data
 自定义用户数据
 
NIMQChatChannelIDInfo id_info
 频道ID信息
 
uint64_t msg_server_id
 消息服务器 id
 
uint64_t timestamp
 消息发送时间戳
 
NIMQChatMessageUpdateInfo update_info
 更新信息
 
NIMQChatMessageAntiSpamInfo anti_spam_info
 反垃圾信息
 
NIMQChatMessageStatus status
 消息状态, 不允许更新为删除或撤回
 
char * msg_body
 消息体
 
char * msg_ext
 消息扩展字段
 
uint32_t msg_sub_type
 消息子类型
 

类成员变量说明

◆ anti_spam_info

NIMQChatMessageAntiSpamInfo NIMQChatUpdateMessageParam::anti_spam_info

反垃圾信息

◆ cb

nim_qchat_update_msg_cb_func NIMQChatUpdateMessageParam::cb

发送消息异步回调

◆ id_info

NIMQChatChannelIDInfo NIMQChatUpdateMessageParam::id_info

频道ID信息

◆ msg_body

char* NIMQChatUpdateMessageParam::msg_body

消息体

◆ msg_ext

char* NIMQChatUpdateMessageParam::msg_ext

消息扩展字段

◆ msg_server_id

uint64_t NIMQChatUpdateMessageParam::msg_server_id

消息服务器 id

◆ msg_sub_type

uint32_t NIMQChatUpdateMessageParam::msg_sub_type

消息子类型

◆ status

NIMQChatMessageStatus NIMQChatUpdateMessageParam::status

消息状态, 不允许更新为删除或撤回

◆ timestamp

uint64_t NIMQChatUpdateMessageParam::timestamp

消息发送时间戳

◆ update_info

NIMQChatMessageUpdateInfo NIMQChatUpdateMessageParam::update_info

更新信息

◆ user_data

void* NIMQChatUpdateMessageParam::user_data

自定义用户数据


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