From 28331bc3111bcc30398fe919516619d260642770 Mon Sep 17 00:00:00 2001 From: Gustav Serger <5571270+gpserger@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:19:53 +0200 Subject: [PATCH] Fix typo in get_chat_history_count docs --- pyrogram/methods/messages/get_chat_history_count.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/methods/messages/get_chat_history_count.py b/pyrogram/methods/messages/get_chat_history_count.py index 1926224b35..78baa1a57e 100644 --- a/pyrogram/methods/messages/get_chat_history_count.py +++ b/pyrogram/methods/messages/get_chat_history_count.py @@ -50,7 +50,7 @@ async def get_chat_history_count( Example: .. code-block:: python - await app.get_history_count(chat_id) + await app.get_chat_history_count(chat_id) """ r = await self.invoke(