Post

Get Chat Member

Client.get_chat_member()

دریافت یک عضو از یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که یک عضو از آن دریافت میشود

  • user_id (int | str)

    آیدی عضوی که اطلاعات آن دریافت میشوند

Returns

ChatMember

Example

1
await bot.get_chat_member(1234567890, 123456789)
This post is licensed under CC BY 4.0 by the author.