(asdf:defsystem #:cl-telegram-bot :description "Telegram Bot API" :author "Rei " :license "MIT" :depends-on (#:cl-json #:alexandria #:closer-mop #:dexador #:lparallel #:trivial-types #:cl-arrows #:bordeaux-threads) :serial t :components ((:file "package") (:file "API") (:file "cl-telegram-bot") (:file "cl-telegram-bot.auto-poll")))