这是我用来向用户发送回复的示例代码(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)
当机器人向用户发送消息时,如何禁用网页预览!