Exemplo n.º 1
0
Arquivo: add.py Projeto: Na3aga/gmbot
class AddGmail(StatesGroup):
    Add = State()
Exemplo n.º 2
0
class Chat(StatesGroup):
    action = State()
    send = State()
    rename = State()
    delete = State()
Exemplo n.º 3
0
class Test(StatesGroup):
    Q1 = State()
    Q2 = State()
Exemplo n.º 4
0
class Form(StatesGroup):
    name = State()  # Will be represented in storage as 'Form:name'
    age = State()  # Will be represented in storage as 'Form:age'
    gender = State()  # Will be represented in storage as 'Form:gender'
Exemplo n.º 5
0
class RegistrationTeacherOnCourse(StatesGroup):
    Q1 = State()
    Q2 = State()
    Q3 = State()
    Q4 = State()
Exemplo n.º 6
0
class UpdateLimitation(StatesGroup):
    user_id = State()
Exemplo n.º 7
0
class GetTop5(StatesGroup):
    Q1 = State()
Exemplo n.º 8
0
class StateMachine(StatesGroup):
    mode = HelperMode.snake_case
    NST = State()
    PIX2PIX = State()
    SIMPSONS = State()
Exemplo n.º 9
0
class StudentStatForClass(StatesGroup):
    Q1 = State()
Exemplo n.º 10
0
class GetCourseStats(StatesGroup):
    Q1 = State()
Exemplo n.º 11
0
class Registration(StatesGroup):
    Q1 = State()
    Q2 = State()
    Q3 = State()
    Q4 = State()
Exemplo n.º 12
0
class GetGrades(StatesGroup):
    Q1 = State()
    Q2 = State()
    Q3 = State()
    Q4 = State()
Exemplo n.º 13
0
class LeaveCourse(StatesGroup):
    Q1 = State()
    Q2 = State()
Exemplo n.º 14
0
class New_chat(StatesGroup):
    chat = State()
Exemplo n.º 15
0
class NewManager(StatesGroup):
    manager_id = State()
    fio = State()
    number = State()
    choice = State()
Exemplo n.º 16
0
class Export(StatesGroup):
    chat = State()
Exemplo n.º 17
0
class AdminSendEveryOne(StatesGroup):
    post = State()
    ask_send = State()
Exemplo n.º 18
0
class Delete(StatesGroup):
    num = State()
Exemplo n.º 19
0
class RegisterForClasses(StatesGroup):
    Q1 = State()