Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@bot.message_handler(content_types=['photo']) def handle_message(message): if "test" in message.text: bot.send_message(message.chat.id, "123")
if "test" in message.text: TypeError: argument of type 'NoneType' is not iterable
Выдает
UPD: действительно, нужно обращаться к caption, спасибо большое!