Merge pull request #114 from Kataklysm/master

fix InlineKeyboardButton struct
bot-api-6.1
Syfaro 2017-07-25 15:12:33 -05:00 committed by GitHub
commit 13c54dc548
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ type InlineKeyboardButton struct {
SwitchInlineQuery *string `json:"switch_inline_query,omitempty"` // optional
SwitchInlineQueryCurrentChat *string `json:"switch_inline_query_current_chat,omitempty"` // optional
CallbackGame *CallbackGame `json:"callback_game,omitempty"` // optional
Pay bool `json:"pay"`
Pay bool `json:"pay,omitempty"` // optional
}
// CallbackQuery is data sent when a keyboard button with callback data