Add ParseMode to InlineQueryResultPhoto

This commit is contained in:
Mendel E 2020-04-26 00:30:21 -04:00
parent aa124ef1e8
commit 303a66f022

View file

@ -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"`
}