Merge pull request #328 from mendelmaleh/captionparsemode

Add ParseMode to InlineQueryResultPhoto
bot-api-6.1
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
1 changed files with 1 additions and 0 deletions

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