all repos — telegram-bot-api @ af15ab1ca783ca2dcf56f087587f1d4f48185c0b

Golang bindings for the Telegram Bot API

Merge pull request #144 from robx/master

reply_markup is optional for InlineQueryResultGame
Syfaro syfaro@huefox.com
Thu, 11 Jan 2018 15:55:17 -0600
commit

af15ab1ca783ca2dcf56f087587f1d4f48185c0b

parent

6f2d0224760e2b07def17a175ee56e834a4415b2

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

jump to
M types.gotypes.go

@@ -657,7 +657,7 @@ type InlineQueryResultGame struct {

Type string `json:"type"` ID string `json:"id"` GameShortName string `json:"game_short_name"` - ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup"` + ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"` } // ChosenInlineResult is an inline query result chosen by a User