all repos — telegram-bot-api @ 7434b0456e81b6448b591f4fdf8efd7d1a734ae8

Golang bindings for the Telegram Bot API

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
commit

7434b0456e81b6448b591f4fdf8efd7d1a734ae8

parent

2339ed4639a8e0a9701f624ffd299af00476daf2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M types.gotypes.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"` }