Remove dispatcher reference

Harshil 2022-05-07 16:33:12 +05:30
parent 52d63eb4a9
commit 978f9cfe17

@ -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.