From 9929bdd5e37019c4c06df60f6491c3dfae691148 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Feb 2021 13:23:04 +0300 Subject: Add Context::getFreshMsgCnt() --- context.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'context.cpp') diff --git a/context.cpp b/context.cpp index 8df8120..82b9a6e 100644 --- a/context.cpp +++ b/context.cpp @@ -80,6 +80,11 @@ Context::getMsgIdList(uint32_t chatId) { return result; } +int +Context::getFreshMsgCnt(uint32_t chatId) { + return dc_get_fresh_msg_cnt(m_context, chatId); +} + DcMessage * Context::getMessage(uint32_t msgId) { -- cgit v1.2.3-70-g09d2