Fix misspelling function name in get_chat_history_count example

This commit is contained in:
KurimuzonAkuma 2023-11-22 02:02:40 +03:00
parent ad4f6db102
commit 24dfa5b586

View File

@ -50,7 +50,7 @@ class GetChatHistoryCount:
Example: Example:
.. code-block:: python .. code-block:: python
await app.get_history_count(chat_id) await app.get_chat_history_count(chat_id)
""" """
r = await self.invoke( r = await self.invoke(