1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 05:09:30 +00:00

add hierarchy diagram

This commit is contained in:
2020-06-26 19:11:59 +06:00
parent 36d30ef91b
commit 65cfc3220d
3 changed files with 934 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ kotlin {
## Ok, where should I start?
![Libraries hierarchy](resources/TelegramBotAPI-libraries-hierarchy.svg)
In most cases, the most simple way will be to implement [TelegramBotAPI All](TelegramBotAPI-all/README.md) - it contains
all necessary tools for comfort usage of this library. If you want to exclude some libraries, you can implement just
[TelegramBotAPI API Extensions](TelegramBotAPI-extensions-api/README.md),