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.lisp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tg/callback-query.lisp b/src/tg/callback-query.lisp
index 3f8cf2d..8dc88d1 100644
--- a/src/tg/callback-query.lisp
+++ b/src/tg/callback-query.lisp
@@ -1,10 +1,10 @@
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/src/tg/callback-query
4 (:use :c2cl :ukkoclot/tg/type-macros) 4 (:use :c2cl :ukkoclot/src/tg/type-macros)
5 (:use 5 (:use
6 :ukkoclot/tg/message 6 :ukkoclot/src/tg/message
7 :ukkoclot/tg/user) 7 :ukkoclot/src/tg/user)
8 (:export 8 (:export
9 #:callback-query 9 #:callback-query
10 #:make-callback-query 10 #:make-callback-query
@@ -17,7 +17,7 @@
17 #:callback-query-chat-instance 17 #:callback-query-chat-instance
18 #:callback-query-data 18 #:callback-query-data
19 #:callback-query-game-short-name)) 19 #:callback-query-game-short-name))
20(in-package :ukkoclot/tg/callback-query) 20(in-package :ukkoclot/src/tg/callback-query)
21 21
22(define-tg-type callback-query 22(define-tg-type callback-query
23 (id string) 23 (id string)