Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
#!/usr/bin/python3 import telebot bot = telebot.TeleBot('<TOKEN>'); @bot.message_handler(content_types=['video']) def handle_docs_video(message): bot.send_message(message.from_user.id, 'Фаил получен') bot.polling(none_stop=True, interval=0)
bot.polling(none_stop=True, interval=0)