diff options
Diffstat (limited to 'src/tg-types.lisp')
| -rw-r--r-- | src/tg-types.lisp | 18 |
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 | )) | ||