NIM PC Cross Platform SDK
|
Go to the source code of this file.
void nim_qchat_add_quick_comment | ( | const NIMQChatAddQuickCommentParam & | param | ) |
nim_qchat_delete_msg | ( | const NIMQChatDeleteMessageParam & | param | ) |
void nim_qchat_get_last_messages | ( | const NIMQChatGetLastMessagesParam & | param | ) |
void nim_qchat_get_message_history_by_ids | ( | const NIMQChatGetMessageHistoryByIdsParam & | param | ) |
根据一批消息 ID 查询消息详情
param | 接口参数 |
NIM_SDK_DLL_API void nim_qchat_get_quick_comments | ( | const NIMQChatGetQuickCommentsParam & | param | ) |
批量获取一个消息关联的快捷评论列表
void nim_qchat_get_quick_comments(const NIMQChatGetQuickCommentsParam& param)
param | 接口参数 |
NIM_SDK_DLL_API void nim_qchat_get_refer_messages | ( | const NIMQChatGetReferMessagesParam & | param | ) |
检索一条消息得依赖消息
void nim_qchat_get_refer_messages(const NIMQChatGetReferMessagesParam& param)
param | 接口参数 |
void nim_qchat_get_thread_messages | ( | const NIMQChatGetThreadMessagesParam & | param | ) |
获取 thread 消息列表
param | 接口参数 |
void nim_qchat_get_thread_root_messages_meta | ( | const NIMQChatGetThreadRootMessagesMetaParam & | param | ) |
查询一批 thread root 消息的基本信息(回复数量、最后回复时间)
param | 接口参数 |
void nim_qchat_mark_message_read | ( | const NIMQChatMarkMessageReadParam & | param | ) |
void nim_qchat_query_history_msg | ( | const NIMQChatGetMessagesParam & | param | ) |
void nim_qchat_query_history_msg_cache | ( | const NIMQChatGetMessagesCacheParam & | param | ) |
从本地缓存中查询消息历史, 仅用于无网络情况或加速页面显示时使用,恢复通信后应使用GetMessages的结果进行覆盖
param | 要查询的服务器、频道 |
void nim_qchat_reg_msg_updated_cb | ( | const NIMQChatRegMsgUpdatedCbParam & | param | ) |
void nim_qchat_reg_recv_msg_cb | ( | const NIMQChatRegRecvMsgCbParam & | param | ) |
NIM_SDK_DLL_API void nim_qchat_remove_quick_comment | ( | const NIMQChatRemoveQuickCommentParam & | param | ) |
移除指定快捷评论
void nim_qchat_remove_quick_comment(const NIMQChatRemoveQuickCommentParam& param)
param | 接口参数 |
void nim_qchat_reply_message | ( | const NIMQChatReplyMessageParam & | param | ) |
void nim_qchat_revoke_msg | ( | const NIMQChatRevokeMessageParam & | param | ) |
NIM_SDK_DLL_API void nim_qchat_search_msg_by_page | ( | const NIMQChatMessageSearchPageParam & | param | ) |
消息搜索
void nim_qchat_search_msg_by_page(const NIMQChatMessageSearchPageParam& param)
param | 接口参数 |
void nim_qchat_send_msg | ( | const NIMQChatSendMessageParam & | param | ) |
void nim_qchat_update_msg | ( | const NIMQChatUpdateMessageParam & | param | ) |