mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-04 14:04:43 +01:00
typo fix
parent
20fe4e38ce
commit
52db72ff38
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ application = Application.builder().token('TOKEN').build()
|
|||
you will automatically have
|
||||
|
||||
* the `Updater` available as `application.updater`
|
||||
* the `Bot` available as `application.(updater.)bot`
|
||||
* 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