summaryrefslogtreecommitdiff
path: root/src/tg-types.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-09 21:58:43 +0300
committerGravatar Uko Kokņevičs2025-10-09 21:58:43 +0300
commit4da3ad1f569832845b58c3ce35149633a2bb665c (patch)
tree5a09a0de66df7ec2e77f0fc9cc68ccbabc190934 /src/tg-types.lisp
downloadukkoclot-4da3ad1f569832845b58c3ce35149633a2bb665c.tar.gz
ukkoclot-4da3ad1f569832845b58c3ce35149633a2bb665c.tar.xz
ukkoclot-4da3ad1f569832845b58c3ce35149633a2bb665c.zip
Initial commit
Diffstat (limited to 'src/tg-types.lisp')
-rw-r--r--src/tg-types.lisp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/tg-types.lisp b/src/tg-types.lisp
new file mode 100644
index 0000000..1243773
--- /dev/null
+++ b/src/tg-types.lisp
@@ -0,0 +1,18 @@
1;; SPDX-License-Identifier: EUPL-1.2
2;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com>
3(uiop:define-package :ukkoclot/tg-types
4 (:use)
5 (:use-reexport
6 :ukkoclot/tg-types/bot-name
7 :ukkoclot/tg-types/callback-query
8 :ukkoclot/tg-types/chat
9 :ukkoclot/tg-types/force-reply
10 :ukkoclot/tg-types/inline-keyboard-button
11 :ukkoclot/tg-types/inline-keyboard-markup
12 :ukkoclot/tg-types/link-preview-options
13 :ukkoclot/tg-types/message
14 :ukkoclot/tg-types/message-entity
15 :ukkoclot/tg-types/reply-parameters
16 :ukkoclot/tg-types/update
17 :ukkoclot/tg-types/user
18 ))