Add ParseMode to InlineQueryResultPhoto
parent
aa124ef1e8
commit
303a66f022
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…
Reference in New Issue