parse mode
This commit is contained in:
parent
301e9a0964
commit
e67cee0513
|
@ -335,6 +335,7 @@ class TgBot:
|
||||||
await update.effective_message.edit_text(
|
await update.effective_message.edit_text(
|
||||||
text,
|
text,
|
||||||
reply_markup=InlineKeyboardMarkup(inline_keyboard=keyboard),
|
reply_markup=InlineKeyboardMarkup(inline_keyboard=keyboard),
|
||||||
|
parse_mode=ParseMode.HTML
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
await update.effective_message.reply_html(
|
await update.effective_message.reply_html(
|
||||||
|
|
Loading…
Reference in New Issue