Ban a user from a channel/supergroup
ban_userBan a user from a Telegram chat, with optional time limit. Specify the chat and user, and set untilDate for a timed ban; default is permanent.
Instructions
Fully ban a user. Pass untilDate (unix seconds) to time-limit the ban; default is forever.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peer | Yes | ||
| user | Yes | ||
| accountId | No | ||
| untilDate | No |