feat(telegram_bot): added campaign creation and updating, added help command

This commit is contained in:
ITQ
2025-02-22 07:26:04 +03:00
parent ec47e7754e
commit c0f35512a1
10 changed files with 349 additions and 55 deletions
@@ -5,4 +5,5 @@ class CampaignsDailogState(StatesGroup):
campaigns = State()
campaign = State()
campaign_upload_ad_image = State()
campaign_create = State()
campaign_edit = State()