Update readme.

This commit is contained in:
eternnoir 2016-06-07 19:40:35 +08:00
parent fab2f324d0
commit 5bd8e9d3f5
1 changed files with 4 additions and 0 deletions

View File

@ -197,6 +197,10 @@ def send_something(message):
```
**Important: all handlers are tested in the order in which they were declared**
#### Edited Message handlers
Same as Message handlers
#### Callback Query Handler
In bot2.0 update. You can get `callback_query` in update object. In telebot use `callback_query_handler` to process callback_querys.