From 6b544b58dba095cafd6906d78b70bfd237397439 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 11:12:24 +0300 Subject: Fix lint issues --- src/tg/reply-parameters.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tg/reply-parameters.lisp') diff --git a/src/tg/reply-parameters.lisp b/src/tg/reply-parameters.lisp index d9c7b3b..152b57b 100644 --- a/src/tg/reply-parameters.lisp +++ b/src/tg/reply-parameters.lisp @@ -1,6 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/src/tg/reply-parameters + (:documentation "ReplyParameters Telegram type") (:use :c2cl :ukkoclot/src/tg/type-macros :ukkoclot/src/tg/message-entity) (:export #:reply-parameters @@ -21,7 +22,7 @@ (message-id integer) (chat-id (or integer string null) nil) ;; TODO: This should be a ternary true, false, default - (allow-sending-without-reply boolean nil) + (allow-sending-without-reply boolean nil :skip-if-default nil) (quote (or string null) nil) (quote-parse-mode (or string null) nil) (quote-entities (or (array message-entity) null) nil) -- cgit v1.2.3