@bot.message_handler(commands=['start'])
import telebot
bot = telebot.TeleBot('...................')
@bot.message_handler(commands=['start'])
def start(massage):
chatId = massage.chat.id
text = massage.text.lower
bot.send_audio(chatId, open(<b>"audio1.mp3"</b>, 'rb'))
bot.polling()