all repos — telegram-bot-api @ bf6e165e92e6da5dd62b859f8397f7c8864e4b04

Golang bindings for the Telegram Bot API

Fix more ReplyMarkup items in edits, finishes #43, closes #47.
Syfaro syfaro@foxpaw.in
Wed, 27 Apr 2016 08:00:19 -0500
commit

bf6e165e92e6da5dd62b859f8397f7c8864e4b04

parent

7bf755956c8c42f346269565bdb433b08a63df0b

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M configs.goconfigs.go

@@ -560,7 +560,6 @@ BaseEdit

Text string ParseMode string DisableWebPagePreview bool - ReplyMarkup *InlineKeyboardMarkup } func (config EditMessageTextConfig) values() (url.Values, error) {

@@ -580,8 +579,7 @@

// EditMessageCaptionConfig allows you to modify the caption of a message. type EditMessageCaptionConfig struct { BaseEdit - Caption string - ReplyMarkup *InlineKeyboardMarkup + Caption string } func (config EditMessageCaptionConfig) values() (url.Values, error) {