from aiogram.fsm.state import State, StatesGroup class AddChannelStates(StatesGroup): waiting_channel = State()