summaryrefslogtreecommitdiff
path: root/src/tg-types.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-12 23:35:11 +0300
committerGravatar Uko Kokņevičs2025-10-12 23:35:11 +0300
commit4e23b8a01ce387dc6533d6b14d64ae5ccc86f584 (patch)
tree2707a6fbea7260246026f7f4cfdd0267dca439c4 /src/tg-types.lisp
parentReplace my simple logging implementation with log4cl (diff)
downloadukkoclot-4e23b8a01ce387dc6533d6b14d64ae5ccc86f584.tar.gz
ukkoclot-4e23b8a01ce387dc6533d6b14d64ae5ccc86f584.tar.xz
ukkoclot-4e23b8a01ce387dc6533d6b14d64ae5ccc86f584.zip
Added BusinessBotRights and BusinessConnection
Diffstat (limited to 'src/tg-types.lisp')
-rw-r--r--src/tg-types.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tg-types.lisp b/src/tg-types.lisp
index 68c5735..15dd7d6 100644
--- a/src/tg-types.lisp
+++ b/src/tg-types.lisp
@@ -5,6 +5,8 @@
5 (:use-reexport 5 (:use-reexport
6 :ukkoclot/tg-types/animation 6 :ukkoclot/tg-types/animation
7 :ukkoclot/tg-types/bot-name 7 :ukkoclot/tg-types/bot-name
8 :ukkoclot/tg-types/business-bot-rights
9 :ukkoclot/tg-types/business-connection
8 :ukkoclot/tg-types/callback-query 10 :ukkoclot/tg-types/callback-query
9 :ukkoclot/tg-types/chat 11 :ukkoclot/tg-types/chat
10 :ukkoclot/tg-types/chat-type 12 :ukkoclot/tg-types/chat-type