Add ParseMode to InlineQueryResultPhoto
This commit is contained in:
parent
aa124ef1e8
commit
303a66f022
1 changed files with 1 additions and 0 deletions
1
types.go
1
types.go
|
@ -635,6 +635,7 @@ type InlineQueryResultPhoto struct {
|
|||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Caption string `json:"caption"`
|
||||
ParseMode string `json:"parse_mode"`
|
||||
ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"`
|
||||
InputMessageContent interface{} `json:"input_message_content,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue