Update get_chat_member docstrings
This commit is contained in:
parent
0ea512bbc3
commit
17ddb0d1b7
@ -37,8 +37,8 @@ class GetChatMember(BaseClient):
|
|||||||
Unique identifier (int) or username (str) of the target chat.
|
Unique identifier (int) or username (str) of the target chat.
|
||||||
|
|
||||||
user_id (``int`` | ``str``)::
|
user_id (``int`` | ``str``)::
|
||||||
Unique identifier (int) or username (str) of the target chat.
|
Unique identifier (int) or username (str) of the target user.
|
||||||
For your personal cloud (Saved Messages) you can simply use "me" or "self".
|
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).
|
For a contact that exists in your Telegram address book you can use his phone number (str).
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
Loading…
Reference in New Issue
Block a user