Merge pull request #328 from mendelmaleh/captionparsemode Add ParseMode to InlineQueryResultPhoto
Kirill Zhuharev zhuharev@users.noreply.github.com
Sun, 24 May 2020 13:53:06 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
types.go
→
types.go
@@ -647,6 +647,7 @@ ThumbURL string `json:"thumb_url"`
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"` }