From 303a66f022f500bac7ae8d9bdf9d0a5dbfa1e0f6 Mon Sep 17 00:00:00 2001 From: Mendel E Date: Sun, 26 Apr 2020 00:30:21 -0400 Subject: [PATCH] Add ParseMode to InlineQueryResultPhoto --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 70d66fa..56a91d5 100644 --- a/types.go +++ b/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"` }