From b9a9429f49fea31681d9492eca3903b141c10a21 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 Mar 2016 22:28:45 +0100 Subject: Implement `sendChatAction` --- telebot.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/telebot.scm b/telebot.scm index aa371d8..ba4a508 100644 --- a/telebot.scm +++ b/telebot.scm @@ -1,6 +1,7 @@ (module telebot (getMe getUpdates sendMessage + sendChatAction forwardMessage getUserProfilePhotos) (import chicken scheme) @@ -51,6 +52,8 @@ reply_to_message_id reply_markup)) + (wrap-api-method sendChatAction(chat_id action)) + (wrap-api-method forwardMessage(chat_id from_chat_id message_id -- cgit v1.2.3