Add ParseMode to InlineQueryResultPhoto

bot-api-6.1
Mendel E 2020-04-26 00:30:21 -04:00
parent aa124ef1e8
commit 303a66f022
1 changed files with 1 additions and 0 deletions

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