mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Fix misspelling function name in get_chat_history_count example
This commit is contained in:
parent
ad4f6db102
commit
24dfa5b586
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user