We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea512b commit 17ddb0dCopy full SHA for 17ddb0d
1 file changed
pyrogram/client/methods/chats/get_chat_member.py
@@ -37,8 +37,8 @@ def get_chat_member(
37
Unique identifier (int) or username (str) of the target chat.
38
39
user_id (``int`` | ``str``)::
40
- Unique identifier (int) or username (str) of the target chat.
41
- 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".
42
For a contact that exists in your Telegram address book you can use his phone number (str).
43
44
Returns:
0 commit comments