diff options
-rw-r--r-- | telebot.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |