Merge pull request #820 from Fr1ngg/bedolaga-72teet

Add user-targeted promo offer sending workflow
This commit is contained in:
Egor
2025-10-07 01:41:34 +03:00
committed by GitHub
2 changed files with 890 additions and 64 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -113,6 +113,8 @@ class AdminStates(StatesGroup):
editing_promo_offer_discount = State()
editing_promo_offer_test_duration = State()
editing_promo_offer_squads = State()
selecting_promo_offer_user = State()
searching_promo_offer_user = State()
# Состояния для отслеживания источника перехода
viewing_user_from_balance_list = State()