mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Updated Builder Pattern (markdown)
parent
52db72ff38
commit
4218690caa
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…
Add table
Reference in a new issue