From 5cc6dd5005e8f630cc80b7b3c51cf302bb08e9a0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Feb 2021 20:46:00 +0300 Subject: Add Context::marknoticedChat() --- context.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'context.cpp') diff --git a/context.cpp b/context.cpp index 82b9a6e..9c1ac94 100644 --- a/context.cpp +++ b/context.cpp @@ -85,6 +85,11 @@ Context::getFreshMsgCnt(uint32_t chatId) { return dc_get_fresh_msg_cnt(m_context, chatId); } +void +Context::marknoticedChat(uint32_t chatId) { + return dc_marknoticed_chat(m_context, chatId); +} + DcMessage * Context::getMessage(uint32_t msgId) { -- cgit v1.2.3-70-g09d2