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.lisp2
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))