我试过这个
elif command == 'bold': telegram_bot.sendMessage (chat_id, str("*bold*"), reply_markup=markup)
但它是回复*bold*而不是粗体
*bold*
python python-3.x telegram-bot telepot
python ×1
python-3.x ×1
telegram-bot ×1
telepot ×1