mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix missing backtick
This commit is contained in:
parent
666c41a79d
commit
9538ed85fe
@ -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…
x
Reference in New Issue
Block a user