From e21e851b2fb9f9d6e73040422b798589aba1881f Mon Sep 17 00:00:00 2001 From: Mohammad Hoseinzade Date: Thu, 22 Jun 2023 22:42:21 +0330 Subject: [PATCH] fix misspelling function name in example --- 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(