import telebot
TOKEN= '7710242229:AAHoT1FUDt02cqgNQiyfet_MTsNKUL6BN6M'
bot= telebot.TeleBot(TOKEN)
@bot.message_handler(commands=['start'])
def welcome (message):
spoiler sti= open('pROJ/opes','rb')
bot.send_sticker(message.chat.id,sti)
bot.send_message (message.chat.id,'Добро пожаловать, {0.first_name}!\nЯ -
{1.first_name}
parse_mode='html')
@bot.message_handler(content_types=['text'])
def lalala(message):
bot.send_message(message.chat.id, message.text)
bot.polling(none_stop=True)
проблему выделил в спойлер