NIM PC Cross Platform SDK
nim_qchat::QChatUpdateMessageParam Struct Reference

Public Member Functions

 QChatUpdateMessageParam (const NIMQChatUpdateMessageParam &c_param)
 
 QChatUpdateMessageParam (const NIMQChatRevokeMessageParam &c_param)
 
 QChatUpdateMessageParam (const NIMQChatDeleteMessageParam &c_param)
 
const NIMQChatUpdateMessageParam ToCParam () const
 

Public Attributes

UpdateMsgCallback cb {nullptr}
 回调函数
 
NIMQChatChannelIDInfo id_info {}
 频道ID信息
 
uint64_t msg_server_id {0}
 消息服务器 id
 
uint64_t timestamp {0}
 消息发送时间戳
 
QChatMessageUpdateInfo update_info {}
 更新信息
 
QChatMessageAntiSpamInfo anti_spam_info {}
 反垃圾信息
 
NIMQChatMessageStatus status {kMsgStatusNormal}
 消息状态, 不允许更新为删除或撤回
 
std::string msg_body {""}
 消息体
 
std::string msg_ext {""}
 消息扩展字段
 
uint32_t msg_sub_type {0}
 消息子类型
 

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