There is the following situation, in my bot there is a registration of a new user after the /start command, and after it a person can press the /next command and start searching for an interlocutor. And everything will be ok. But if I reload the bot, the user will not be able to get to the same State as after registration.
Is it possible to somehow set the initial state in aiogram ?
And yeah, is there a default state in aiogram states?