summaryrefslogtreecommitdiff
path: root/src/tg/message.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg/message.lisp')
-rw-r--r--src/tg/message.lisp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tg/message.lisp b/src/tg/message.lisp
index e7043bc..6739189 100644
--- a/src/tg/message.lisp
+++ b/src/tg/message.lisp
@@ -1,14 +1,14 @@
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 3(defpackage :ukkoclot/src/tg/message
4 (:use 4 (:use
5 :c2cl 5 :c2cl
6 :ukkoclot/tg/animation 6 :ukkoclot/src/tg/animation
7 :ukkoclot/tg/chat 7 :ukkoclot/src/tg/chat
8 :ukkoclot/tg/message-entity 8 :ukkoclot/src/tg/message-entity
9 :ukkoclot/tg/photo-size 9 :ukkoclot/src/tg/photo-size
10 :ukkoclot/tg/type-macros 10 :ukkoclot/src/tg/type-macros
11 :ukkoclot/tg/user) 11 :ukkoclot/src/tg/user)
12 (:export 12 (:export
13 #:message-chat-id 13 #:message-chat-id
14 #:message-thread-id 14 #:message-thread-id
@@ -57,7 +57,7 @@
57 #:message-migrate-from-chat-id 57 #:message-migrate-from-chat-id
58 #:message-pinned-message 58 #:message-pinned-message
59 #:message-connected-website)) 59 #:message-connected-website))
60(in-package :ukkoclot/tg/message) 60(in-package :ukkoclot/src/tg/message)
61 61
62;; If this is a MaybeInaccessibleMessage date will be 0 if this is inaccessible 62;; If this is a MaybeInaccessibleMessage date will be 0 if this is inaccessible
63(define-tg-type message 63(define-tg-type message