![]() |
NIM 跨平台 C++ SDK
|
#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 |
消息子类型 | |
NIMQChatMessageAntiSpamInfo NIMQChatUpdateMessageParam::anti_spam_info |
反垃圾信息
nim_qchat_update_msg_cb_func NIMQChatUpdateMessageParam::cb |
发送消息异步回调
NIMQChatChannelIDInfo NIMQChatUpdateMessageParam::id_info |
频道ID信息
char* NIMQChatUpdateMessageParam::msg_body |
消息体
char* NIMQChatUpdateMessageParam::msg_ext |
消息扩展字段
uint64_t NIMQChatUpdateMessageParam::msg_server_id |
消息服务器 id
uint32_t NIMQChatUpdateMessageParam::msg_sub_type |
消息子类型
NIMQChatMessageStatus NIMQChatUpdateMessageParam::status |
消息状态, 不允许更新为删除或撤回
uint64_t NIMQChatUpdateMessageParam::timestamp |
消息发送时间戳
NIMQChatMessageUpdateInfo NIMQChatUpdateMessageParam::update_info |
更新信息
void* NIMQChatUpdateMessageParam::user_data |
自定义用户数据