understanding commited on
Commit
89c65cb
·
verified ·
1 Parent(s): 0b4a60f

Update bot/ui/callbacks.py

Browse files
Files changed (1) hide show
  1. bot/ui/callbacks.py +6 -1
bot/ui/callbacks.py CHANGED
@@ -24,4 +24,9 @@ MENU_SPEEDTEST = "menu_speedtest"
24
  UP_GO = "up_go"
25
  UP_EDIT = "up_edit"
26
  UP_PRIV = "up_priv"
27
- UP_CANCEL = "up_cancel"
 
 
 
 
 
 
24
  UP_GO = "up_go"
25
  UP_EDIT = "up_edit"
26
  UP_PRIV = "up_priv"
27
+ UP_CANCEL = "up_cancel"
28
+
29
+ # filename selection actions (link-archive)
30
+ NAME_ORIGINAL = "n_orig"
31
+ NAME_CAPTION = "n_capt"
32
+ NAME_CUSTOM = "n_cust"