Skip to content

Commit 17ddb0d

Browse files
committed
Update get_chat_member docstrings
1 parent 0ea512b commit 17ddb0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/client/methods/chats/get_chat_member.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def get_chat_member(
3737
Unique identifier (int) or username (str) of the target chat.
3838
3939
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".
40+
Unique identifier (int) or username (str) of the target user.
41+
For you yourself you can simply use "me" or "self".
4242
For a contact that exists in your Telegram address book you can use his phone number (str).
4343
4444
Returns:

0 commit comments

Comments
 (0)