From 9be2fe5d4b0cc53275f1ece2c51991c5ba521033 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 14 Apr 2016 11:20:46 +0200 Subject: Implemented new methods added in Bot API 2.0 The new parameter mode of the `editMessage*` methods where one parameter of a set of parameters is required is currently not supported by `wrap-api-method`. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 24e12dc..7cf8a41 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,17 @@ Based on the official [documentation](https://core.telegram.org/bots/api#availab * sendVideo * sendVoice * sendLocation +* sendVenue +* sendContact * sendChatAction * getUserProfilePhotos * getFile +* kickChatMember +* unbanChatMember +* answerCallbackQuery +* editMessageText +* editMessageCaption +* editMessageReplyMarkup * answerInlineQuery The only missing method is `setWebhook` as this kind of interfacing with _Telegram_ is currently out of scope of this library. Should this be required an appropriate wrapper may be easily generated using the `wrap-api-method` macro described by the module. -- cgit v1.2.3