telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Edited_message support

Open alexalder opened this issue 9 years ago • 4 comments
trafficstars

The bot is now broken until we get support for the edited_message's from webhook

alexalder avatar May 23 '16 18:05 alexalder

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...

Walkman100 avatar May 26 '16 21:05 Walkman100

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 avatar May 27 '16 00:05 alexalder

@Alexalder please open a PR and submit your change :)

ADTC avatar May 27 '16 01:05 ADTC

This has been fixed in #49, the issue can be closed

Walkman100 avatar Aug 10 '16 02:08 Walkman100