summaryrefslogtreecommitdiff
path: root/src/tg/chat-type.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg/chat-type.lisp')
-rw-r--r--src/tg/chat-type.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/chat-type.lisp b/src/tg/chat-type.lisp
index daf135a..4d19bd1 100644
--- a/src/tg/chat-type.lisp
+++ b/src/tg/chat-type.lisp
@@ -1,9 +1,9 @@
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/chat-type 3(defpackage :ukkoclot/src/tg/chat-type
4 (:use :c2cl :ukkoclot/enum) 4 (:use :c2cl :ukkoclot/src/enum)
5 (:export :channel :chat-type :group :private :supergroup)) 5 (:export :channel :chat-type :group :private :supergroup))
6(in-package :ukkoclot/tg/chat-type) 6(in-package :ukkoclot/src/tg/chat-type)
7 7
8(define-enum chat-type 8(define-enum chat-type
9 (private "private") 9 (private "private")