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/message-entity.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg/message-entity.lisp') diff --git a/src/tg/message-entity.lisp b/src/tg/message-entity.lisp index c5be269..3413763 100644 --- a/src/tg/message-entity.lisp +++ b/src/tg/message-entity.lisp @@ -1,7 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/tg/message-entity - (:use :c2cl :iterate :ukkoclot/tg/macros :ukkoclot/tg/message-entity-type :ukkoclot/tg/user) + (:use :c2cl :iterate :ukkoclot/tg/type-macros :ukkoclot/tg/message-entity-type :ukkoclot/tg/user) (:export #:message-entity #:make-message-entity -- cgit v1.2.3