From 9edd8fbb9bca581794d19e4e54c4f83ee86be5c4 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Sun, 24 Apr 2022 15:58:22 +0200 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index f138e8a..3cb3227 100644 --- a/Architecture.md +++ b/Architecture.md @@ -4,7 +4,10 @@ The `telegram` and `telegram.ext` packages contain several classes that make wri You have met most of them in the [[tutorial|Extensions-–-Your-first-Bot]]. Because all of that can be a bit overwhelming, the below diagram gives you an overview of how the different components interact with each other. -![PTB Architecture](https://gcdnb.pbrd.co/images/VYfQoTJBY1Mo.png?o=1) +[[/assets/ptb_architecture.png]] +[`LaTeX` + `TikZ` source of this diagram](/assets/ptb_architecture.tex) + +--- `python-telegram-bot` is designed such that you can adjust it to many use cases. In particular, many components/features are optional and some can even be fully customized.