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(