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
1 changed files with 3 additions and 3 deletions

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