diff options
| author | 2025-10-19 07:26:56 +0300 | |
|---|---|---|
| committer | 2025-10-19 07:26:56 +0300 | |
| commit | 3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 (patch) | |
| tree | b222f24d5e35824a562aef4f4974de9f88cf9b59 /src/tg/reply-parameters.lisp | |
| parent | Make config be a global special variable (diff) | |
| download | ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.gz ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.xz ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.zip | |
Migrate packages from :ukkoclot to :ukkoclot/src
Diffstat (limited to 'src/tg/reply-parameters.lisp')
| -rw-r--r-- | src/tg/reply-parameters.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/reply-parameters.lisp b/src/tg/reply-parameters.lisp index 9527c40..d9c7b3b 100644 --- a/src/tg/reply-parameters.lisp +++ b/src/tg/reply-parameters.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/reply-parameters | 3 | (defpackage :ukkoclot/src/tg/reply-parameters |
| 4 | (:use :c2cl :ukkoclot/tg/type-macros :ukkoclot/tg/message-entity) | 4 | (:use :c2cl :ukkoclot/src/tg/type-macros :ukkoclot/src/tg/message-entity) |
| 5 | (:export | 5 | (:export |
| 6 | #:reply-parameters | 6 | #:reply-parameters |
| 7 | #:make-reply-parameters | 7 | #:make-reply-parameters |
| @@ -15,7 +15,7 @@ | |||
| 15 | #:reply-parameters-quote-entities | 15 | #:reply-parameters-quote-entities |
| 16 | #:reply-parameters-quote-position | 16 | #:reply-parameters-quote-position |
| 17 | #:reply-parameters-checklist-task-id)) | 17 | #:reply-parameters-checklist-task-id)) |
| 18 | (in-package :ukkoclot/tg/reply-parameters) | 18 | (in-package :ukkoclot/src/tg/reply-parameters) |
| 19 | 19 | ||
| 20 | (define-tg-type reply-parameters | 20 | (define-tg-type reply-parameters |
| 21 | (message-id integer) | 21 | (message-id integer) |