Post

Restrict Chat Member

Client.restrict_chat_member()

محدود کردن یک کاربر در یک چت

Parameters

  • chat_id (int | str)

    آیدی چت موردنظر

  • user_id (int)

    آیدی عضو موردنظر

Returns

bool

Example

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