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
In the recent updates, the Telegram API added support for processing
the edits users make to messages your bot knows about. This commit adds
support for that, in the `@bot.message_edited` decorator and the
`component.add_message_edited_hook()` method.
Fixes: GH-63
0 commit comments