【发布时间】:2020-04-19 11:58:23
【问题描述】:
目前正在使用pyTelegramBotAPI 编写我的第一个机器人。我想在某些消息上禁用link previews。我该怎么做?
【问题讨论】:
-
Ostone0 的回答很好,只是想提一下,您也可以在 reply_text 方法上使用 disable_web_page_preview=True。
标签: python python-3.x telegram telegram-bot py-telegram-bot-api