mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-04 17:21:41 -05:00
13 lines
254 B
Common Lisp
13 lines
254 B
Common Lisp
(defpackage :cl-telegram-bot
|
|
(:nicknames :telegram-bot :tg-bot)
|
|
(:size 55)
|
|
(:use :closer-common-lisp :closer-mop :trivial-types)
|
|
(:export
|
|
#:bot
|
|
#:make-bot
|
|
#:access
|
|
#:get-updates
|
|
#:set-webhook
|
|
#:get-webhook-info
|
|
#:$
|
|
#:$*))
|