greyblake / telebot

Ruby client for Telegram bot API
MIT License
30 stars 6 forks source link

Add optional parse_mode attribute to text message #2

Closed khalilgharbaoui closed 6 years ago

khalilgharbaoui commented 6 years ago

Supported text formatting in media captions. Specify the desired parse_mode (Markdown or HTML) when you provide a caption.

Added in the February 13, 2018 Bot API 3.6 update.

https://core.telegram.org/bots/api

greyblake commented 6 years ago

Thanks!

greyblake commented 6 years ago

The changes landed to v0.1.2 : https://rubygems.org/gems/telebot/versions/0.1.2