From 3409325cf635b25036b7132df7e47e767bda65e8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 Mar 2016 22:33:48 +0100 Subject: Implement `sendLocation` --- telebot.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/telebot.scm b/telebot.scm index ba4a508..294244d 100644 --- a/telebot.scm +++ b/telebot.scm @@ -1,6 +1,7 @@ (module telebot (getMe getUpdates sendMessage + sendLocation sendChatAction forwardMessage getUserProfilePhotos) @@ -52,6 +53,13 @@ reply_to_message_id reply_markup)) + (wrap-api-method sendLocation(chat_id + latitude + longitude + disable_notification + reply_to_message_id + reply_markup)) + (wrap-api-method sendChatAction(chat_id action)) (wrap-api-method forwardMessage(chat_id -- cgit v1.2.3