diff --git a/pyrogram/client/methods/chats/get_chat_member.py b/pyrogram/client/methods/chats/get_chat_member.py index c77e46b6..4deab9ec 100644 --- a/pyrogram/client/methods/chats/get_chat_member.py +++ b/pyrogram/client/methods/chats/get_chat_member.py @@ -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: