mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Architecture (markdown)
parent
e981a7fc1f
commit
1a3dfafef8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue