79396906

Date: 2025-01-29 13:36:53
Score: 1
Natty:
Report link

If you use the telebot library, you need to add the disable_web_page_preview = True argument when sending a message to the user

bot.send_message(message.chat.id, 'text with url', disable_web_page_preview=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PN127