aboutsummaryrefslogtreecommitdiff
path: root/pds/n6.1.puml
diff options
context:
space:
mode:
Diffstat (limited to 'pds/n6.1.puml')
-rw-r--r--pds/n6.1.puml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pds/n6.1.puml b/pds/n6.1.puml
new file mode 100644
index 0000000..b362c2c
--- /dev/null
+++ b/pds/n6.1.puml
@@ -0,0 +1,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