diff options
Diffstat (limited to 'src/tg/send-message.lisp')
| -rw-r--r-- | src/tg/send-message.lisp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/tg/send-message.lisp b/src/tg/send-message.lisp index 164dd83..9edc50d 100644 --- a/src/tg/send-message.lisp +++ b/src/tg/send-message.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-message | 3 | (defpackage :ukkoclot/src/tg/send-message |
| 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/link-preview-options | 8 | :ukkoclot/src/tg/link-preview-options |
| 9 | :ukkoclot/tg/message | 9 | :ukkoclot/src/tg/message |
| 10 | :ukkoclot/tg/message-entity | 10 | :ukkoclot/src/tg/message-entity |
| 11 | :ukkoclot/tg/method-macros | 11 | :ukkoclot/src/tg/method-macros |
| 12 | :ukkoclot/tg/parse-mode | 12 | :ukkoclot/src/tg/parse-mode |
| 13 | :ukkoclot/tg/reply-keyboard-markup | 13 | :ukkoclot/src/tg/reply-keyboard-markup |
| 14 | :ukkoclot/tg/reply-keyboard-remove | 14 | :ukkoclot/src/tg/reply-keyboard-remove |
| 15 | :ukkoclot/tg/reply-parameters) | 15 | :ukkoclot/src/tg/reply-parameters) |
| 16 | (:export :reply-message :send-message)) | 16 | (:export :reply-message :send-message)) |
| 17 | (in-package :ukkoclot/tg/send-message) | 17 | (in-package :ukkoclot/src/tg/send-message) |
| 18 | 18 | ||
| 19 | (define-tg-method (send-message message) | 19 | (define-tg-method (send-message message) |
| 20 | (business-connection-id (or string null) nil) | 20 | (business-connection-id (or string null) nil) |