mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Bug fix for edited_channel_post_handler.
This commit is contained in:
parent
f8f0e0c343
commit
76a48ffe82
@ -798,7 +798,7 @@ class TeleBot:
|
|||||||
func=func,
|
func=func,
|
||||||
content_types=content_types,
|
content_types=content_types,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
self.add_edited_message_handler(handler_dict)
|
self.add_edited_channel_post_handler(handler_dict)
|
||||||
return handler
|
return handler
|
||||||
|
|
||||||
return decorator
|
return decorator
|
||||||
|
Loading…
Reference in New Issue
Block a user