mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +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,
|
def get_chat_member(self,
|
||||||
chat_id: int or str,
|
chat_id: int or str,
|
||||||
user_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:
|
Args:
|
||||||
chat_id (``int`` | ``str``):
|
chat_id (``int`` | ``str``):
|
||||||
|
Loading…
Reference in New Issue
Block a user