diff options
Diffstat (limited to 'src/tg-types/reply-parameters.lisp')
| -rw-r--r-- | src/tg-types/reply-parameters.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tg-types/reply-parameters.lisp b/src/tg-types/reply-parameters.lisp index 5f0595d..29d21f7 100644 --- a/src/tg-types/reply-parameters.lisp +++ b/src/tg-types/reply-parameters.lisp | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | (define-tg-type reply-parameters | 23 | (define-tg-type reply-parameters |
| 24 | (message-id integer) | 24 | (message-id integer) |
| 25 | (chat-id (or integer string null) nil) | 25 | (chat-id (or integer string null) nil) |
| 26 | ;; Technically true if on a business account but yeah right lmao | 26 | ;; TODO: This should be a ternary true, false, default |
| 27 | (allow-sending-without-reply boolean nil) | 27 | (allow-sending-without-reply boolean nil) |
| 28 | (quote (or string null) nil) | 28 | (quote (or string null) nil) |
| 29 | (quote-parse-mode (or string null) nil) | 29 | (quote-parse-mode (or string null) nil) |