Merge pull request #328 from mendelmaleh/captionparsemode

Add ParseMode to InlineQueryResultPhoto
This commit is contained in:
Kirill Zhuharev 2020-05-24 13:53:06 +03:00 committed by GitHub
commit 7434b0456e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -647,6 +647,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"`
}