feat: add break threshold to settings UI with inline button and callback
This commit is contained in:
@@ -236,6 +236,8 @@ func (h *Handler) HandleCallback(ctx context.Context, cb *models.CallbackQuery)
|
||||
h.handleActionCallback(ctx, chatID, msgID, cb.ID, h.toggleReport)
|
||||
case "reporttime":
|
||||
h.reportTimeCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "breakthreshold":
|
||||
h.breakThresholdCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "back_menu":
|
||||
h.backToMenu(ctx, chatID, msgID, cb.ID)
|
||||
case "back_settings":
|
||||
|
||||
Reference in New Issue
Block a user