mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Update get_chat_member docstrings
This commit is contained in:
parent
fb9fa41c37
commit
e9cba4609a
@ -24,7 +24,7 @@ class GetChatMember(BaseClient):
|
||||
def get_chat_member(self,
|
||||
chat_id: int or str,
|
||||
user_id: int or str):
|
||||
"""Use this method to get information about a single member of a chat.
|
||||
"""Use this method to get information about one member of a chat.
|
||||
|
||||
Args:
|
||||
chat_id (``int`` | ``str``):
|
||||
|
Loading…
Reference in New Issue
Block a user