From b174fc80d456724a26c775d8802593107828bae2 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Sat, 23 Apr 2022 08:18:35 +0200 Subject: [PATCH] Updated Transition guide to Version 14.0 (markdown) --- Transition-guide-to-Version-14.0.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Transition-guide-to-Version-14.0.md b/Transition-guide-to-Version-14.0.md index 12505a4..3d48ba4 100644 --- a/Transition-guide-to-Version-14.0.md +++ b/Transition-guide-to-Version-14.0.md @@ -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. -> Here be picture +
Click to show the diagram + +![PTB v20 Architecture](https://gcdnb.pbrd.co/images/VYfQoTJBY1Mo.png?o=1) + +
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).