diff options
Diffstat (limited to 'src/tg-types.lisp')
| -rw-r--r-- | src/tg-types.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tg-types.lisp b/src/tg-types.lisp index 6a830b6..ba3ec3b 100644 --- a/src/tg-types.lisp +++ b/src/tg-types.lisp | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | (uiop:define-package :ukkoclot/tg-types | 3 | (uiop:define-package :ukkoclot/tg-types |
| 4 | (:use) | 4 | (:use) |
| 5 | (:use-reexport | 5 | (:use-reexport |
| 6 | :ukkoclot/tg-types/animation | ||
| 6 | :ukkoclot/tg-types/bot-name | 7 | :ukkoclot/tg-types/bot-name |
| 7 | :ukkoclot/tg-types/callback-query | 8 | :ukkoclot/tg-types/callback-query |
| 8 | :ukkoclot/tg-types/chat | 9 | :ukkoclot/tg-types/chat |
| @@ -17,6 +18,7 @@ | |||
| 17 | :ukkoclot/tg-types/link-preview-options | 18 | :ukkoclot/tg-types/link-preview-options |
| 18 | :ukkoclot/tg-types/message | 19 | :ukkoclot/tg-types/message |
| 19 | :ukkoclot/tg-types/message-entity | 20 | :ukkoclot/tg-types/message-entity |
| 21 | :ukkoclot/tg-types/photo-size | ||
| 20 | :ukkoclot/tg-types/reply-keyboard-markup | 22 | :ukkoclot/tg-types/reply-keyboard-markup |
| 21 | :ukkoclot/tg-types/reply-keyboard-remove | 23 | :ukkoclot/tg-types/reply-keyboard-remove |
| 22 | :ukkoclot/tg-types/reply-parameters | 24 | :ukkoclot/tg-types/reply-parameters |