You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to add a section to the documentation dealing with error handling. There are certain issues that can lead to errors that may not be immediately obvious.
Example: What happens when a user deletes a chat before the bot has responded? I think it produces a Telegram server error, but what is the best way to deal with this situation safely without crashing the bot.