mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Corrected a typo (think it is...)
parent
143d973dc9
commit
7e7f1cb4a6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ For this, you'll have to implement the `BaseRequest` interface class and pass tw
|
|||
|
||||
## Update handlers
|
||||
|
||||
The `Handler` interface class is the most import class when it comes to the question of how the `Application` processes updates.
|
||||
The `Handler` interface class is the most important class when it comes to the question of how the `Application` processes updates.
|
||||
PTB comes with a number of [[built-in handler|Types-of-Handlers]] which cover most important use cases.
|
||||
However, if you want to implement a custom logic of when an update should be handled, you can also write a custom implementation of `Handler` and use that.
|
||||
|
||||
|
|
Loading…
Reference in a new issue