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)