11#ifndef __NIM_QCHAT_MESSAGE_H__
12#define __NIM_QCHAT_MESSAGE_H__
14#include "nim_qchat_defines/nim_qchat_message_def.h"
NIM_SDK_DLL_API void nim_qchat_get_thread_messages(const NIMQChatGetThreadMessagesParam ¶m)
获取 thread 消息列表
NIM_SDK_DLL_API void nim_qchat_query_history_msg_cache(const NIMQChatGetMessagesCacheParam ¶m)
从本地缓存中查询消息历史, 仅用于无网络情况或加速页面显示时使用,恢复通信后应使用GetMessages的结果进行覆盖
NIM_SDK_DLL_API void nim_qchat_revoke_msg(const NIMQChatRevokeMessageParam ¶m)
撤回圈组消息,撤回未读消息不影响未读数
NIM_SDK_DLL_API void nim_qchat_update_msg(const NIMQChatUpdateMessageParam ¶m)
更新圈组消息
NIM_SDK_DLL_API void nim_qchat_reg_msg_updated_cb(const NIMQChatRegMsgUpdatedCbParam ¶m)
注册消息更新回调
NIM_SDK_DLL_API void nim_qchat_get_last_messages(const NIMQChatGetLastMessagesParam ¶m)
查询频道最后一条消息
NIM_SDK_DLL_API void nim_qchat_get_refer_messages(const NIMQChatGetReferMessagesParam ¶m)
检索一条消息得依赖消息
NIM_SDK_DLL_API void nim_qchat_send_msg(const NIMQChatSendMessageParam ¶m)
发送圈组消息
NIM_SDK_DLL_API void nim_qchat_remove_quick_comment(const NIMQChatRemoveQuickCommentParam ¶m)
移除指定快捷评论
NIM_SDK_DLL_API void nim_qchat_add_quick_comment(const NIMQChatAddQuickCommentParam ¶m)
添加快捷评论
NIM_SDK_DLL_API void nim_qchat_search_msg_by_page(const NIMQChatMessageSearchPageParam ¶m)
消息搜索
NIM_SDK_DLL_API void nim_qchat_reg_recv_msg_cb(const NIMQChatRegRecvMsgCbParam ¶m)
注册接收消息回调
NIM_SDK_DLL_API void nim_qchat_mark_message_read(const NIMQChatMarkMessageReadParam ¶m)
标记消息已读
NIM_SDK_DLL_API void nim_qchat_get_quick_comments(const NIMQChatGetQuickCommentsParam ¶m)
批量获取一个消息关联的快捷评论列表
NIM_SDK_DLL_API void nim_qchat_get_message_history_by_ids(const NIMQChatGetMessageHistoryByIdsParam ¶m)
根据一批消息 ID 查询消息详情
NIM_SDK_DLL_API void nim_qchat_delete_msg(const NIMQChatDeleteMessageParam ¶m)
删除圈组消息,删除未读消息影响未读数
NIM_SDK_DLL_API void nim_qchat_reply_message(const NIMQChatReplyMessageParam ¶m)
回复指定消息
NIM_SDK_DLL_API void nim_qchat_query_history_msg(const NIMQChatGetMessagesParam ¶m)
查询历史消息
NIM_SDK_DLL_API void nim_qchat_get_thread_root_messages_meta(const NIMQChatGetThreadRootMessagesMetaParam ¶m)
查询一批 thread root 消息的基本信息(回复数量、最后回复时间)
NIM SDK 及 NIM ChatRoom SDK 公用头文件
Definition: nim_qchat_message_def.h:587
Definition: nim_qchat_message_def.h:625
Definition: nim_qchat_message_def.h:683
Definition: nim_qchat_message_def.h:639
Definition: nim_qchat_message_def.h:603
Definition: nim_qchat_message_def.h:698
Definition: nim_qchat_message_def.h:710
Definition: nim_qchat_message_def.h:651
Definition: nim_qchat_message_def.h:779
Definition: nim_qchat_message_def.h:526
Definition: nim_qchat_message_def.h:518
Definition: nim_qchat_message_def.h:663
Definition: nim_qchat_message_def.h:571
Definition: nim_qchat_message_def.h:534
Definition: nim_qchat_message_def.h:544