all repos — telegram-bot-api @ 303a66f022f500bac7ae8d9bdf9d0a5dbfa1e0f6

Golang bindings for the Telegram Bot API

Add ParseMode to InlineQueryResultPhoto
Mendel E mendelmaleh@gmail.com
Sun, 26 Apr 2020 00:30:21 -0400
commit

303a66f022f500bac7ae8d9bdf9d0a5dbfa1e0f6

parent

aa124ef1e84ecc14654ad242f3cf3bd2b0d5956c

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

jump to
M types.gotypes.go

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