summaryrefslogtreecommitdiff
path: root/src/tg/message-entity-type.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/message-entity-type.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/message-entity-type.lisp')
-rw-r--r--src/tg/message-entity-type.lisp6
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")