From 24dfa5b586858dd5f31295426d21053d35a27020 Mon Sep 17 00:00:00 2001 From: KurimuzonAkuma Date: Wed, 22 Nov 2023 02:02:40 +0300 Subject: [PATCH] Fix misspelling function name in get_chat_history_count 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 1926224b..78baa1a5 100644 --- a/pyrogram/methods/messages/get_chat_history_count.py +++ b/pyrogram/methods/messages/get_chat_history_count.py @@ -50,7 +50,7 @@ class GetChatHistoryCount: Example: .. code-block:: python - await app.get_history_count(chat_id) + await app.get_chat_history_count(chat_id) """ r = await self.invoke(