summaryrefslogtreecommitdiff
path: root/src/tg/send-animation.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-19 07:26:56 +0300
committerGravatar Uko Kokņevičs2025-10-19 07:26:56 +0300
commit3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 (patch)
treeb222f24d5e35824a562aef4f4974de9f88cf9b59 /src/tg/send-animation.lisp
parentMake config be a global special variable (diff)
downloadukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.gz
ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.xz
ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.zip
Migrate packages from :ukkoclot to :ukkoclot/src
Diffstat (limited to 'src/tg/send-animation.lisp')
-rw-r--r--src/tg/send-animation.lisp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/tg/send-animation.lisp b/src/tg/send-animation.lisp
index 1fd7a89..a0b2d57 100644
--- a/src/tg/send-animation.lisp
+++ b/src/tg/send-animation.lisp
@@ -1,20 +1,20 @@
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/send-animation 3(defpackage :ukkoclot/src/tg/send-animation
4 (:use 4 (:use
5 :c2cl 5 :c2cl
6 :ukkoclot/tg/force-reply 6 :ukkoclot/src/tg/force-reply
7 :ukkoclot/tg/inline-keyboard-markup 7 :ukkoclot/src/tg/inline-keyboard-markup
8 :ukkoclot/tg/message 8 :ukkoclot/src/tg/message
9 :ukkoclot/tg/message-entity 9 :ukkoclot/src/tg/message-entity
10 :ukkoclot/tg/method-macros 10 :ukkoclot/src/tg/method-macros
11 :ukkoclot/tg/parse-mode 11 :ukkoclot/src/tg/parse-mode
12 :ukkoclot/tg/reply-keyboard-markup 12 :ukkoclot/src/tg/reply-keyboard-markup
13 :ukkoclot/tg/reply-keyboard-remove 13 :ukkoclot/src/tg/reply-keyboard-remove
14 :ukkoclot/tg/reply-parameters 14 :ukkoclot/src/tg/reply-parameters
15 :ukkoclot/tg/suggested-post-parameters) 15 :ukkoclot/src/tg/suggested-post-parameters)
16 (:export :reply-animation :send-animation)) 16 (:export :reply-animation :send-animation))
17(in-package :ukkoclot/tg/send-animation) 17(in-package :ukkoclot/src/tg/send-animation)
18 18
19(define-tg-method (send-animation message) 19(define-tg-method (send-animation message)
20 (business-connection-id (or string null) nil) 20 (business-connection-id (or string null) nil)