Text = "This is *bold*, _italic_, and [a link](http://example.com)." context.bot.send_message(chat_id=update.message.chat_id, text=text,

parse_mode='MarkdownV2')


text = "This is <b>bold</b>, <i>italic</i>, and <a href='http://example.com'>a link</a>."
context.bot.send_message(chat_id=update.message.chat_id, text=text, parse_mode='HTML')


text = "This is *bold*, _italic_, and [a link](http://example.com)."
context.bot.send_message(chat_id=update.message.chat_id, text=text, parse_mode='Markdown')




is this write formatting will it work??? in python cod

3 ответов

17 просмотров

Why won't you try before asking when you even have a code?

Mili Mili Mili- Автор вопроса

Похожие вопросы

Карта сайта