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

Add handler decorator example

This commit is contained in:
CSRedRat 2020-05-07 19:56:17 +05:00 committed by GitHub
parent 6c45511605
commit 5d388f7ec4
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