from aiogram.dispatcher.filters.state import State, StatesGroup class Verifycation(StatesGroup): tag = State() token = State()