小编Sud*_*Guy的帖子

如何在 Telepot Telegram bot 中加粗文本?

我试过这个

elif command == 'bold':
    telegram_bot.sendMessage (chat_id, str("*bold*"), reply_markup=markup)
Run Code Online (Sandbox Code Playgroud)

但它是回复*bold*而不是粗体

python python-3.x telegram-bot telepot

8
推荐指数
1
解决办法
2万
查看次数

标签 统计

python ×1

python-3.x ×1

telegram-bot ×1

telepot ×1