feat(telegram_bot): added campaign creation and updating, added help command
This commit is contained in:
@@ -5,4 +5,5 @@ class CampaignsDailogState(StatesGroup):
|
||||
campaigns = State()
|
||||
campaign = State()
|
||||
campaign_upload_ad_image = State()
|
||||
campaign_create = State()
|
||||
campaign_edit = State()
|
||||
|
||||
Reference in New Issue
Block a user