In this list, we present a compilation of common Telegram notification errors.
This was extracted from: https://github.com/TelegramBotAPI/errors
JSON | Human Description | Action needed? | |
---|---|---|---|
Unauthorized | Bot token is incorrect | Correct your bot token and try again | |
Bad Request: chat not found | Correct your chatid | ||
Bad request: user not found | User_id is incorrect | Correct user_id | |
Forbidden: user is deactivated | |||
Forbidden: bot was kicked | Bot was kicked | Delete chat_id on your side | |
Forbidden: bot blocked by user | |||
Forbidden: bot can't send messages to bots | You tried to send a message to another bot. This is not possible | ||
Too many requests | You are hitting the API limit, more information here | ||
Bad request: Group migrated to supergroup | SendMessage | ||
Bad request: Invalid file id | The file id you are trying to retrieve doesn't exist | Try to call getFile before downloading | |
Bad request: Message not modified | |||
Conflict: Terminated by other long poll | You have already set up a webhook and are trying to get the updates via getUpdates | Do not use getUpdates | |
Bad request: Wrong parameter action in request |
No Comment