import telebot

token = "token"
bot = telebot.TeleBot(token)

@bot.message_handler(commands=['start']) 
def byzexus(message):
       bot.send_message(message.chat.id, "Merhaba Ben Zexus Telegram Hesabım: https://t.me/Zexusx", disable_web_page_preview=True)