all repos — telegram-bot-api @ 0a1b57cdf9f0e93598ff7ad68baec5c403a3c3de

Golang bindings for the Telegram Bot API

Update bot_test.go for support updated NewInlineQueryResultArticle
Maxim Martyanov me@llorephie.org
Thu, 02 Jun 2016 22:53:44 +0300
commit

0a1b57cdf9f0e93598ff7ad68baec5c403a3c3de

parent

64f1ab7a891fbd03e752718564be8194011becb3

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

jump to
M bot_test.gobot_test.go

@@ -501,7 +501,7 @@ if update.InlineQuery == nil { // if no inline query, ignore it

continue } - article := tgbotapi.NewInlineQueryResultArticle(update.InlineQuery.ID, "Echo", update.InlineQuery.Query) + article := tgbotapi.NewInlineQueryResultArticle(update.InlineQuery.ID, "Echo", update.InlineQuery.Query, "Markdown") article.Description = update.InlineQuery.Query inlineConf := tgbotapi.InlineConfig{