Fix struct for InlineQueryResultLocation
This commit is contained in:
parent
5cbecde819
commit
dffc002f9e
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue