小编Iru*_*uPC的帖子

如何在 Telegram Bot 上禁用网页预览

这是我用来向用户发送回复的示例代码(Python Telegram Bot)

        conf_mes = await e.reply(
            f"<a href='https://URL'>My Text</a>/n/n ..Description..",
            parse_mode="html",
            buttons=buts,
        )
Run Code Online (Sandbox Code Playgroud)

当机器人向用户发送消息时,如何禁用网页预览!

python python-3.x telegram telegram-bot

4
推荐指数
1
解决办法
4705
查看次数

标签 统计

python ×1

python-3.x ×1

telegram ×1

telegram-bot ×1