all repos — telegram-bot-api @ dffc002f9e2338af6f66ecd72df5db722c9e285d

Golang bindings for the Telegram Bot API

Fix struct for InlineQueryResultLocation
pr0head pr0head@gmail.com
Tue, 17 Oct 2017 19:00:20 +0300
commit

dffc002f9e2338af6f66ecd72df5db722c9e285d

parent

5cbecde819a8e220f3fafcf748aef01cf4cffcd8

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

jump to
M types.gotypes.go

@@ -643,6 +643,7 @@ Type string `json:"type"` // required

ID string `json:"id"` // required Latitude float64 `json:"latitude"` // required Longitude float64 `json:"longitude"` // required + LivePeriod int `json:"live_period"` // optional Title string `json:"title"` // required ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"` InputMessageContent interface{} `json:"input_message_content,omitempty"`