diff options
Diffstat (limited to 'src/tg/message-entity-type.lisp')
| -rw-r--r-- | src/tg/message-entity-type.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/message-entity-type.lisp b/src/tg/message-entity-type.lisp index f904509..f964667 100644 --- a/src/tg/message-entity-type.lisp +++ b/src/tg/message-entity-type.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/message-entity-type | 3 | (defpackage :ukkoclot/src/tg/message-entity-type |
| 4 | (:use :c2cl :ukkoclot/enum) | 4 | (:use :c2cl :ukkoclot/src/enum) |
| 5 | (:export | 5 | (:export |
| 6 | :message-entity-type | 6 | :message-entity-type |
| 7 | :mention | 7 | :mention |
| @@ -23,7 +23,7 @@ | |||
| 23 | :text-link | 23 | :text-link |
| 24 | :text-mention | 24 | :text-mention |
| 25 | :custom-emoji)) | 25 | :custom-emoji)) |
| 26 | (in-package :ukkoclot/tg/message-entity-type) | 26 | (in-package :ukkoclot/src/tg/message-entity-type) |
| 27 | 27 | ||
| 28 | (define-enum message-entity-type | 28 | (define-enum message-entity-type |
| 29 | (mention "mention") | 29 | (mention "mention") |