$
Size: a a a
$
AI
$
D•
AI
D•
$
M🧀
@dp.message_handler()
async def test(message: types,Message):
if message.startWith('.da'):
await bot.send_message('lf')
A
l
@dp.message_handler()
async def test(message: types,Message):
if message.startWith('.da'):
await bot.send_message('lf')
l
M🧀
l
@dp.message_handler()
async def test(message: types,Message):
if message.startWith('.da'):
await bot.send_message('lf')
l
M🧀
M🧀
l
@dp.message_handler()
async def test(message: types,Message):
if message.startWith('.da'):
await bot.send_message('lf')
b
@dp.message_handler()
async def echo(message: types.Message):
if message.text == 'start': #that message shouldn't be a command
await message.answer('question') #send question
if message.text == 'something 1': #if answer == something 1
await message.answer('something 1') #send answer
elif message.text == 'something 2': #if answer == something 2
await message.answer('something 2') #send other answer
A