diff options
Diffstat (limited to 'src/tg-types/parse-mode.lisp')
| -rw-r--r-- | src/tg-types/parse-mode.lisp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tg-types/parse-mode.lisp b/src/tg-types/parse-mode.lisp deleted file mode 100644 index 80c24aa..0000000 --- a/src/tg-types/parse-mode.lisp +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | ||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | ||
| 3 | (defpackage :ukkoclot/tg-types/parse-mode | ||
| 4 | (:use :c2cl :ukkoclot/enum) | ||
| 5 | (:export :html :markdown-legacy :markdown :parse-mode)) | ||
| 6 | (in-package :ukkoclot/tg-types/parse-mode) | ||
| 7 | |||
| 8 | (define-enum parse-mode | ||
| 9 | (markdown-legacy "Markdown") | ||
| 10 | (markdown "MarkdownV2") | ||
| 11 | (html "HTML")) | ||