mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
Update get_chat_member docstrings
This commit is contained in:
parent
fb9fa41c37
commit
e9cba4609a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue