summaryrefslogtreecommitdiff
path: root/src/tg/callback-query.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg/callback-query.lisp')
-rw-r--r--src/tg/callback-query.lisp2
1 files changed, 1 insertions, 1 deletions
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 @@
1;; SPDX-License-Identifier: EUPL-1.2 1;; SPDX-License-Identifier: EUPL-1.2
2;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> 2;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com>
3(defpackage :ukkoclot/tg/callback-query 3(defpackage :ukkoclot/tg/callback-query
4 (:use :c2cl :ukkoclot/tg/macros) 4 (:use :c2cl :ukkoclot/tg/type-macros)
5 (:use 5 (:use
6 :ukkoclot/tg/message 6 :ukkoclot/tg/message
7 :ukkoclot/tg/user) 7 :ukkoclot/tg/user)