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

#include <nim_qchat_message_def.h>

Public 属性

nim_qchat_add_quick_comment_cb_func cb
 发送消息异步回调
 
NIMQChatMessage quote_message
 要被添加快捷评论的消息体
 
uint32_t type
 快捷评论类型,是一个数字,大于0
 
NIMQChatQuickCommentOperation operation
 快捷评论操作,1 是添加,2 是删除
 
void * user_data
 自定义用户数据
 

类成员变量说明

◆ cb

nim_qchat_add_quick_comment_cb_func NIMQChatAddQuickCommentParam::cb

发送消息异步回调

◆ operation

NIMQChatQuickCommentOperation NIMQChatAddQuickCommentParam::operation

快捷评论操作,1 是添加,2 是删除

◆ quote_message

NIMQChatMessage NIMQChatAddQuickCommentParam::quote_message

要被添加快捷评论的消息体

◆ type

uint32_t NIMQChatAddQuickCommentParam::type

快捷评论类型,是一个数字,大于0

◆ user_data

void* NIMQChatAddQuickCommentParam::user_data

自定义用户数据


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