diff options
| author | 2025-10-12 15:26:39 +0300 | |
|---|---|---|
| committer | 2025-10-12 15:26:39 +0300 | |
| commit | d72113d8edd102168c98131f1f93413ed48435a6 (patch) | |
| tree | 6ea414a86c960789b18a33e0ab84de4ab04e417b /src/tg-types.lisp | |
| parent | Try to work around broken connections (diff) | |
| download | ukkoclot-d72113d8edd102168c98131f1f93413ed48435a6.tar.gz ukkoclot-d72113d8edd102168c98131f1f93413ed48435a6.tar.xz ukkoclot-d72113d8edd102168c98131f1f93413ed48435a6.zip | |
Add Animation and PhotoSize types
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 |