I am trying to get updates:
dp = Dispatcher()
@dp.update()
async def message_handler(update: types.Update):
print(update)
But it doesn't work and nothing is output to the console
I need to intercept any events and make it so that other handlers like @dp.message work