diff options
| author | 2025-10-18 03:06:09 +0300 | |
|---|---|---|
| committer | 2025-10-18 03:53:48 +0300 | |
| commit | ec7de1aa1ad2bc14b3b1572ea4cc5024a6c662ae (patch) | |
| tree | 5dcc03e76b14f1bb522f16ea98e975a7ef5bbb88 /src/tg/message.lisp | |
| parent | Add "tiny ..." trigger (diff) | |
| download | ukkoclot-ec7de1aa1ad2bc14b3b1572ea4cc5024a6c662ae.tar.gz ukkoclot-ec7de1aa1ad2bc14b3b1572ea4cc5024a6c662ae.tar.xz ukkoclot-ec7de1aa1ad2bc14b3b1572ea4cc5024a6c662ae.zip | |
Add ocicl lint
Diffstat (limited to 'src/tg/message.lisp')
| -rw-r--r-- | src/tg/message.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tg/message.lisp b/src/tg/message.lisp index 4707c57..e7043bc 100644 --- a/src/tg/message.lisp +++ b/src/tg/message.lisp | |||
| @@ -160,7 +160,7 @@ | |||
| 160 | ;; (video-chat-participants-invited (or video-chat-participants-invited null) nil) | 160 | ;; (video-chat-participants-invited (or video-chat-participants-invited null) nil) |
| 161 | ;; (web-app-data (or web-app-data null) nil) | 161 | ;; (web-app-data (or web-app-data null) nil) |
| 162 | ;; (reply-markup (or inline-keyboard-markup null) nil) | 162 | ;; (reply-markup (or inline-keyboard-markup null) nil) |
| 163 | ) | 163 | ) ; lint:suppress closing-parens-same-line whitespace-before-close-paren |
| 164 | 164 | ||
| 165 | (defun message-id (msg) | 165 | (defun message-id (msg) |
| 166 | (message-message-id msg)) | 166 | (message-message-id msg)) |