@dp.callback_query_handler(text='rand')
async def randws(call: CallbackQuery):
city = 'none'
if call.data == 'amf':
await call.message.answer('gggg')
@dp.callback_query_handler(text='hello')
async def plt(call: CallbackQuery):
if 'abc' in call.message:
await call.message('Привет')
@dp.callback_query_handler(text='hello')
async def plt(call: CallbackQuery):
if 'abc' in call.message:
await call.message('Привет')