aboutsummaryrefslogtreecommitdiff
path: root/pds/n6.1.puml
blob: b362c2c38a24fc395bb267cca39475b50b38b422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml
left to right direction
component Bot <<executable>>
component GraphicsMagick
component telebot
component libcurl
() HTTP

GraphicsMagick -0)- Bot : MagickWand
Bot -(0- telebot : TelegramAPI
telebot ..> HTTP : <<use>>
libcurl - HTTP
Bot ..> HTTP : <<use>>
@enduml