We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2f32 commit 5bd8e9dCopy full SHA for 5bd8e9d
README.md
@@ -197,6 +197,10 @@ def send_something(message):
197
```
198
**Important: all handlers are tested in the order in which they were declared**
199
200
+#### Edited Message handlers
201
+
202
+Same as Message handlers
203
204
#### Callback Query Handler
205
206
In bot2.0 update. You can get `callback_query` in update object. In telebot use `callback_query_handler` to process callback_querys.
0 commit comments