init commit
This commit is contained in:
24
app/bots/editor/states.py
Normal file
24
app/bots/editor/states.py
Normal file
@@ -0,0 +1,24 @@
|
||||
from __future__ import annotations
|
||||
from enum import IntEnum
|
||||
|
||||
|
||||
class States(IntEnum):
|
||||
CHOOSE_CHANNEL = 0
|
||||
CHOOSE_TYPE = 1
|
||||
CHOOSE_FORMAT = 2
|
||||
ENTER_TEXT = 3
|
||||
ENTER_MEDIA = 4
|
||||
EDIT_KEYBOARD = 5
|
||||
CONFIRM_SEND = 6
|
||||
ENTER_SCHEDULE = 7
|
||||
|
||||
SELECT_TEMPLATE = 8
|
||||
PREVIEW_VARS = 9
|
||||
PREVIEW_CONFIRM = 10
|
||||
|
||||
TPL_NEW_NAME = 11
|
||||
TPL_NEW_TYPE = 12
|
||||
TPL_NEW_FORMAT = 13
|
||||
TPL_NEW_CONTENT = 14
|
||||
TPL_NEW_KB = 15
|
||||
TPL_CONFIRM_DELETE = 16
|
||||
Reference in New Issue
Block a user