diff options
| author | 2025-10-12 22:19:41 +0300 | |
|---|---|---|
| committer | 2025-10-12 22:19:41 +0300 | |
| commit | 116c700741c7d43b68a926ac8a4acc2672d66e26 (patch) | |
| tree | 920f939329a0b7f359bb730119eae851674dc765 /src/tg-types.lisp | |
| parent | Introduce enums and a pretty parse-mode type (diff) | |
| download | ukkoclot-116c700741c7d43b68a926ac8a4acc2672d66e26.tar.gz ukkoclot-116c700741c7d43b68a926ac8a4acc2672d66e26.tar.xz ukkoclot-116c700741c7d43b68a926ac8a4acc2672d66e26.zip | |
Introduce chat-type enum
Diffstat (limited to 'src/tg-types.lisp')
| -rw-r--r-- | src/tg-types.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tg-types.lisp b/src/tg-types.lisp index ec14363..46d68b9 100644 --- a/src/tg-types.lisp +++ b/src/tg-types.lisp | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | :ukkoclot/tg-types/bot-name | 7 | :ukkoclot/tg-types/bot-name |
| 8 | :ukkoclot/tg-types/callback-query | 8 | :ukkoclot/tg-types/callback-query |
| 9 | :ukkoclot/tg-types/chat | 9 | :ukkoclot/tg-types/chat |
| 10 | :ukkoclot/tg-types/chat-type | ||
| 10 | :ukkoclot/tg-types/chat-administrator-rights | 11 | :ukkoclot/tg-types/chat-administrator-rights |
| 11 | :ukkoclot/tg-types/force-reply | 12 | :ukkoclot/tg-types/force-reply |
| 12 | :ukkoclot/tg-types/inline-keyboard-button | 13 | :ukkoclot/tg-types/inline-keyboard-button |