|
|
|
@ -643,6 +643,7 @@ type InlineQueryResultLocation struct { |
|
|
|
|
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"` |
|
|
|
|