mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-12 09:50:41 +01:00
Remove dispatcher reference
parent
52d63eb4a9
commit
978f9cfe17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ application = Application.builder().token('TOKEN').build()
|
|||
|
||||
you will automatically have
|
||||
|
||||
* the `Updater` available as `application.dispatcher`
|
||||
* the `Updater` available as `application.updater`
|
||||
* the `Bot` available as `application.(updater.)bot`
|
||||
* a `BaseRequest` object initialized and ready to be used by the `application.bot`
|
||||
* several other components & sane default values set up.
|
||||
|
|
Loading…
Reference in a new issue