diff options
| author | 2025-10-12 22:14:39 +0300 | |
|---|---|---|
| committer | 2025-10-12 22:14:39 +0300 | |
| commit | 31a972d6825114b1a971e42cdc86e1bd7a9834c3 (patch) | |
| tree | b40ff73cc76ff88d969b9e12325fd4b17e68dadc /src/inline-bots.lisp | |
| parent | msginfo: pretty print the response (diff) | |
| download | ukkoclot-31a972d6825114b1a971e42cdc86e1bd7a9834c3.tar.gz ukkoclot-31a972d6825114b1a971e42cdc86e1bd7a9834c3.tar.xz ukkoclot-31a972d6825114b1a971e42cdc86e1bd7a9834c3.zip | |
Introduce enums and a pretty parse-mode type
Diffstat (limited to 'src/inline-bots.lisp')
| -rw-r--r-- | src/inline-bots.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inline-bots.lisp b/src/inline-bots.lisp index eb20f21..3ed85e9 100644 --- a/src/inline-bots.lisp +++ b/src/inline-bots.lisp | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | :text (format nil "Deleted a message sent via inline bot @~A <code>~A</code>" | 32 | :text (format nil "Deleted a message sent via inline bot @~A <code>~A</code>" |
| 33 | (user-username via) | 33 | (user-username via) |
| 34 | (user-id via)) | 34 | (user-id via)) |
| 35 | :parse-mode "HTML" | 35 | :parse-mode html |
| 36 | :reply-markup (make-inline-keyboard-markup | 36 | :reply-markup (make-inline-keyboard-markup |
| 37 | :inline-keyboard | 37 | :inline-keyboard |
| 38 | (make-array '(1 2) :initial-contents (list (list whitelist blacklist))))))) | 38 | (make-array '(1 2) :initial-contents (list (list whitelist blacklist))))))) |