From 45de3afb9e0b6c8e57c5752cc21a11bb1a71f8ad Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 13 Oct 2025 01:27:14 +0300 Subject: Rewrite define-tg-type and move it into type-macros --- src/tg/callback-query.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg/callback-query.lisp') diff --git a/src/tg/callback-query.lisp b/src/tg/callback-query.lisp index 6b89755..3f8cf2d 100644 --- a/src/tg/callback-query.lisp +++ b/src/tg/callback-query.lisp @@ -1,7 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/tg/callback-query - (:use :c2cl :ukkoclot/tg/macros) + (:use :c2cl :ukkoclot/tg/type-macros) (:use :ukkoclot/tg/message :ukkoclot/tg/user) -- cgit v1.2.3