mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04: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.
|
On success, an integer is returned.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
:class:`Error <pyrogram.Error>
|
:class:`Error <pyrogram.Error>`
|
||||||
``ValueError``: If a chat_id belongs to user.
|
``ValueError``: If a chat_id belongs to user.
|
||||||
"""
|
"""
|
||||||
peer = self.resolve_peer(chat_id)
|
peer = self.resolve_peer(chat_id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue