defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
697 stars 118 forks source link

Which tags are supported in html response? #399

Closed esmaei1 closed 1 year ago

esmaei1 commented 1 year ago

Which tags are supported in html response? $this->chat->html("test it")->send();

fabio-ivona commented 1 year ago

Hi, telegram APIs currently supports b, strong, i, em, a, code and pre tags

https://telegram-bot-sdk.com/reference/sendmessage