We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool not to handle such errors manually.
Here is an example of Telegram response after trying to send a message to a user that blocked your bot: HTTP 403
HTTP 403
{ "ok": false, "error_code": 403, "description": "Forbidden: bot was blocked by the user" }
Chat doesn't exist (i.e. user doesn't exist): HTTP 400
HTTP 400
{ "ok": false, "error_code": 400, "description": "Bad Request: chat not found" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be cool not to handle such errors manually.
Here is an example of Telegram response after trying to send a message to a user that blocked your bot:
HTTP 403
Chat doesn't exist (i.e. user doesn't exist):
HTTP 400
The text was updated successfully, but these errors were encountered: