diff options
-rw-r--r-- | telebot.scm | 8 |
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) |