summaryrefslogtreecommitdiff
path: root/src/tg/reaction-type-custom-emoji.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg/reaction-type-custom-emoji.lisp')
-rw-r--r--src/tg/reaction-type-custom-emoji.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/reaction-type-custom-emoji.lisp b/src/tg/reaction-type-custom-emoji.lisp
index 21cb966..05ed3b7 100644
--- a/src/tg/reaction-type-custom-emoji.lisp
+++ b/src/tg/reaction-type-custom-emoji.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/reaction-type-custom-emoji 3(defpackage :ukkoclot/src/tg/reaction-type-custom-emoji
4 (:use :c2cl :ukkoclot/enum :ukkoclot/tg/type-macros) 4 (:use :c2cl :ukkoclot/src/enum :ukkoclot/src/tg/type-macros)
5 (:export 5 (:export
6 #:custom-emoji-type 6 #:custom-emoji-type
7 #:reaction-type-custom-emoji-type 7 #:reaction-type-custom-emoji-type
@@ -10,7 +10,7 @@
10 #:reaction-type-custom-emoji-p 10 #:reaction-type-custom-emoji-p
11 #:copy-reaction-type-custom-emoji 11 #:copy-reaction-type-custom-emoji
12 #:reaction-type-custom-emoji-custom-emoji-id)) 12 #:reaction-type-custom-emoji-custom-emoji-id))
13(in-package :ukkoclot/tg/reaction-type-custom-emoji) 13(in-package :ukkoclot/src/tg/reaction-type-custom-emoji)
14 14
15(define-enum reaction-type-custom-emoji-type 15(define-enum reaction-type-custom-emoji-type
16 (custom-emoji-type "custom_emoji")) 16 (custom-emoji-type "custom_emoji"))