New features
This commit is contained in:
6
state/support.py
Normal file
6
state/support.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram.dispatcher.filters.state import StatesGroup, State
|
||||
|
||||
|
||||
class Support(StatesGroup):
|
||||
support_id = State()
|
||||
user_id = State()
|
Reference in New Issue
Block a user