diff options
| author | 2025-10-12 22:42:41 +0300 | |
|---|---|---|
| committer | 2025-10-12 22:42:41 +0300 | |
| commit | 542f074a6929ec12b8b42e4cf16ff74523e04602 (patch) | |
| tree | 938b88157954a873fc602f682514b0ba7ea104af /src/tg-types.lisp | |
| parent | Fix enum jsonification (diff) | |
| download | ukkoclot-542f074a6929ec12b8b42e4cf16ff74523e04602.tar.gz ukkoclot-542f074a6929ec12b8b42e4cf16ff74523e04602.tar.xz ukkoclot-542f074a6929ec12b8b42e4cf16ff74523e04602.zip | |
Add message-entity-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 46d68b9..68c5735 100644 --- a/src/tg-types.lisp +++ b/src/tg-types.lisp | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | :ukkoclot/tg-types/link-preview-options | 19 | :ukkoclot/tg-types/link-preview-options |
| 20 | :ukkoclot/tg-types/message | 20 | :ukkoclot/tg-types/message |
| 21 | :ukkoclot/tg-types/message-entity | 21 | :ukkoclot/tg-types/message-entity |
| 22 | :ukkoclot/tg-types/message-entity-type | ||
| 22 | :ukkoclot/tg-types/parse-mode | 23 | :ukkoclot/tg-types/parse-mode |
| 23 | :ukkoclot/tg-types/photo-size | 24 | :ukkoclot/tg-types/photo-size |
| 24 | :ukkoclot/tg-types/reply-keyboard-markup | 25 | :ukkoclot/tg-types/reply-keyboard-markup |