Update an admin
PATCH/v1/bot:bot_id/:api_key/admins/:admin_id
Update the level of access an admin has.
Request
Responses
- 204
- 304
- 400
- 401
- 403
The admin has been successfully updated.
No changes have been made to the admin.
The admin_level provided is invalid. It must be an integer between 2 and 8.
The bot_token provided is invalid. It must be the same as the one generated from @BotFather in Telegram.
You cannot change the owner of the bot.