mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Update get_chat_member docstrings
This commit is contained in:
parent
0ea512bbc3
commit
17ddb0d1b7
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ class GetChatMember(BaseClient):
|
|||
Unique identifier (int) or username (str) of the target chat.
|
||||
|
||||
user_id (``int`` | ``str``)::
|
||||
Unique identifier (int) or username (str) of the target chat.
|
||||
For your personal cloud (Saved Messages) you can simply use "me" or "self".
|
||||
Unique identifier (int) or username (str) of the target user.
|
||||
For you yourself you can simply use "me" or "self".
|
||||
For a contact that exists in your Telegram address book you can use his phone number (str).
|
||||
|
||||
Returns:
|
||||
|
|
|
|||
Loading…
Reference in a new issue