mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix missing backtick
This commit is contained in:
parent
666c41a79d
commit
9538ed85fe
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class GetChatMembersCount(BaseClient):
|
|||
On success, an integer is returned.
|
||||
|
||||
Raises:
|
||||
:class:`Error <pyrogram.Error>
|
||||
:class:`Error <pyrogram.Error>`
|
||||
``ValueError``: If a chat_id belongs to user.
|
||||
"""
|
||||
peer = self.resolve_peer(chat_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue