Updated Architecture (markdown)

Aditya Yadav 2023-11-17 08:34:02 +00:00
parent e981a7fc1f
commit 1a3dfafef8

@ -109,7 +109,7 @@ flowchart TD;
`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.
Moreover, the design allows the library to be used alongside other `asyncio` frameworks in the same Python script. We have a dedicated section on this in the [over here](../Frequently-requested-design-patterns#running-ptb-alongside-other-asyncio-frameworks).
Moreover, the design allows the library to be used alongside other `asyncio` frameworks in the same Python script. We have a dedicated section on this in the [over here](../wiki/Frequently-requested-design-patterns#running-ptb-alongside-other-asyncio-frameworks).
## Fetching updates