vysheng / tg

telegram-cli
GNU General Public License v2.0
6.37k stars 1.51k forks source link

is not support send_message parse_mode? #927

Open acidpop opened 8 years ago

acidpop commented 8 years ago

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

Telegram BOT APi sendmessage

parse_mode support, bold, italic, inline url

https://core.telegram.org/bots/api#using-markdown

Zenexer commented 8 years ago

:+1:

Surprised this is missing. I looked into adding it myself, but the code was unusually cryptic. I wasn't entirely sure how to pass the parse_mode parameter along to tgl.

luckydonald commented 8 years ago

@Zenexer This would be really great