mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
Updated Transition guide to Version 14.0 (markdown)
parent
5d1c942dd9
commit
b174fc80d4
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ We introduced the usage of `__slots__` in v13.6, which can reduce memory usage a
|
||||||
|
|
||||||
The `Application` is the new entry point to a PTB program and binds all its components together. The following diagram gives you an overview.
|
The `Application` is the new entry point to a PTB program and binds all its components together. The following diagram gives you an overview.
|
||||||
|
|
||||||
> Here be picture
|
<details><summary>Click to show the diagram</summary>
|
||||||
|
|
||||||
|
![PTB v20 Architecture](https://gcdnb.pbrd.co/images/VYfQoTJBY1Mo.png?o=1)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
When initializing an `Application`, many settings can be configured for the inidividual components.
|
When initializing an `Application`, many settings can be configured for the inidividual components.
|
||||||
In an effort to make this instantiation both clear and clean, we adopted the so-called [builder pattern](https://en.wikipedia.org/wiki/Builder_pattern).
|
In an effort to make this instantiation both clear and clean, we adopted the so-called [builder pattern](https://en.wikipedia.org/wiki/Builder_pattern).
|
||||||
|
|
Loading…
Reference in a new issue