telebot
telebot copied to clipboard
Edited_message support
trafficstars
The bot is now broken until we get support for the edited_message's from webhook
See #49 Does the bot get edited message webhooks? if so, that's weird, because I'd expect it to only get the contents of the original message - unless bots are expected to update their messages if a command sent to them is edited...
The bot gets a webhook with the JSON of edited_message, can't parse it and crashes. I fixed it by just adding a null check myself
@Alexalder please open a PR and submit your change :)
This has been fixed in #49, the issue can be closed