1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #827 from CSRedRat/patch-1

Add handler decorator example
This commit is contained in:
Badiboy 2020-05-07 18:01:39 +03:00 committed by GitHub
commit c5e5af96d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,15 +207,15 @@ def send_something(message):
#### Edited Message handlers
Same as Message handlers
@bot.edited_message_handler(filters)
#### channel_post_handler
Same as Message handlers
@bot.channel_post_handler(filters)
#### edited_channel_post_handler
Same as Message handlers
@bot.edited_channel_post_handler(filters)
#### Callback Query Handler