from aiogram.fsm.state import State, StatesGroup class AdminStorage(StatesGroup): promotion_msg = State() refpay_amount = State()