Отправка конкретному пользователю сообщения непосредственно из карточки пользователя

This commit is contained in:
gy9vin
2025-10-18 20:56:22 +03:00
parent 9edde19b8a
commit 8415c68063
5 changed files with 137 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class PromoCodeStates(StatesGroup):
class AdminStates(StatesGroup):
waiting_for_user_search = State()
sending_user_message = State()
editing_user_balance = State()
extending_subscription = State()
adding_traffic = State()