From 5e6b7a1248e175e8c550ce9feed7745292f17bfe Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Fri, 10 Oct 2025 07:13:19 +0300 Subject: Add a helper reply-message function --- src/tg-types/reply-parameters.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg-types/reply-parameters.lisp') 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 @@ (define-tg-type reply-parameters (message-id integer) (chat-id (or integer string null) nil) - ;; Technically true if on a business account but yeah right lmao + ;; TODO: This should be a ternary true, false, default (allow-sending-without-reply boolean nil) (quote (or string null) nil) (quote-parse-mode (or string null) nil) -- cgit v1.2.3