get_chat_member()¶
-
Client.get_chat_member()¶ Get information about one member of a chat.
- Parameters
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.user_id (
int|str) – 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
ChatMember– On success, a chat member is returned.
Example
dan = app.get_chat_member("pyrogramchat", "haskell") print(dan)