error: Argument 1 to "goto" of
"SceneWizard" has incompatible type "State"; expected "type[Scene] | str" [arg-type]
await self.wizard.goto(ChatSettingsStates.GENERAL_SETTINGS, updated=False)
class ChatSettingsStates(StatesGroup):
GENERAL_SETTINGS = State()
await self.wizard.goto(ChatSettingsStates.GENERAL_SETTINGS, updated=False)