How to send a hyperlink in bot.sendMessage()

chris picture chris · Jul 23, 2017 · Viewed 17.1k times · Source

My bot sends out links. so I wanted to include a hyperlink like the one you can do with HTML for example -a href="google.com" Google /a shows up a click able text called "Google" how can I do this in bot.sendMessage()? and also if you have any idea of sending bold font messages too..

Answer

Sean picture Sean · Jul 24, 2017

You can use formatting option to do this.