What HTML tags can be used to send a message on Telegram Bot? – Telegram API
I´m developing a telegram bot in c#. Using the class TelegramBotClient in Telegram.Bot library. I want to send a message with SendTextMessageAsync using HTML option. In the official documentation (https://core.telegram.org/bots/api#markdown-style) I can see this: string texto = @"<b>bold</b>, <strong> bold…