aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-03-15 12:25:04 +0100
committerAdrian Kummerlaender2016-03-15 12:25:04 +0100
commit040875369c2ef0d10a8a0d68852ebea1b146ac85 (patch)
tree51b11a6070d676f99fcd289111bddf66176532d6
parent35611199093138ab8a35eee89aaf91fa41dbec34 (diff)
downloadTelebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar.gz
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar.bz2
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar.lz
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar.xz
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.tar.zst
Telebot-040875369c2ef0d10a8a0d68852ebea1b146ac85.zip
Wrap `answerInlineQuery` API method
-rw-r--r--telebot.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/telebot.scm b/telebot.scm
index 9465e52..b1fb625 100644
--- a/telebot.scm
+++ b/telebot.scm
@@ -12,6 +12,7 @@
sendChatAction
getUserProfilePhotos
getFile
+ answerInlineQuery
is-message?
is-inline_query?
is-chosen_inline_result?
@@ -157,6 +158,13 @@
(required file_id)
(optional))
+ (wrap-api-method answerInlineQuery
+ (required inline_query_id
+ results)
+ (optional cache_time
+ is_personal
+ next_offset))
+
;;; framework
(define (update-predicate type)