Fix struct for InlineQueryResultLocation
parent
5cbecde819
commit
dffc002f9e
1
types.go
1
types.go
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue