understanding commited on
Commit
3f58228
·
verified ·
1 Parent(s): 0d66411

Update bot/ui/callbacks.py

Browse files
Files changed (1) hide show
  1. bot/ui/callbacks.py +7 -1
bot/ui/callbacks.py CHANGED
@@ -11,4 +11,10 @@ def parse_cb(data: str) -> tuple[str, str]:
11
  # actions
12
  AUTH_JSON = "auth_json"
13
  AUTH_CI = "auth_ci"
14
- CANCEL = "cancel"
 
 
 
 
 
 
 
11
  # actions
12
  AUTH_JSON = "auth_json"
13
  AUTH_CI = "auth_ci"
14
+ CANCEL = "cancel"
15
+
16
+ # menu actions
17
+ MENU_HELP = "menu_help"
18
+ MENU_AUTH = "menu_auth"
19
+ MENU_PROFILES = "menu_profiles"
20
+ MENU_SPEEDTEST = "menu_speedtest"