summaryrefslogtreecommitdiff
path: root/src/tg-types/callback-query.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-10 12:30:46 +0300
committerGravatar Uko Kokņevičs2025-10-10 12:30:46 +0300
commitb4c1f66e1631f40d8a7d0f80523470677a91381f (patch)
treeef3aa478cfca05dc27e0777f9c42813d4268e54a /src/tg-types/callback-query.lisp
parentAdd a helper reply-message function (diff)
downloadukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.tar.gz
ukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.tar.xz
ukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.zip
Bunch of changes
- Animations - Rewrite of serialization deserialization - Bunch of new TG types
Diffstat (limited to 'src/tg-types/callback-query.lisp')
-rw-r--r--src/tg-types/callback-query.lisp17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/tg-types/callback-query.lisp b/src/tg-types/callback-query.lisp
index bb1b4e7..875ff25 100644
--- a/src/tg-types/callback-query.lisp
+++ b/src/tg-types/callback-query.lisp
@@ -6,12 +6,17 @@
6 :ukkoclot/tg-types/message 6 :ukkoclot/tg-types/message
7 :ukkoclot/tg-types/user) 7 :ukkoclot/tg-types/user)
8 (:export 8 (:export
9 callback-query callback-query-p 9 #:callback-query
10 10 #:make-callback-query
11 hash->callback-query make-callback-query parse-callback-query-array 11 #:callback-query-p
12 12 #:copy-callback-query
13 callback-query-id callback-query-from callback-query-message callback-query-inline-message-id 13 #:callback-query-id
14 callback-query-chat-instance callback-query-data callback-query-game-short-name)) 14 #:callback-query-from
15 #:callback-query-message
16 #:callback-query-inline-message-id
17 #:callback-query-chat-instance
18 #:callback-query-data
19 #:callback-query-game-short-name))
15(in-package :ukkoclot/tg-types/callback-query) 20(in-package :ukkoclot/tg-types/callback-query)
16 21
17(define-tg-type callback-query 22(define-tg-type callback-query