Post

Ban Chat Member

Client.ban_chat_member()

حذف یک عضو از یک چت

Parameters

  • chat_id (int | str)

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

  • user_id (int | str)

    آیدی عضوی که حذف میشود

Returns

bool

Example

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