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
@@ -45,7 +45,9 @@ async def advertiser_id_on_success(
state_data["advertiser_id"] = message.text
await state.set_data(state_data)
await message.answer(f"Successfully authenticated as {message.text}")
await message.answer(
f"Successfully authenticated as {message.text}. Get help: /help."
)
await dialog_manager.mark_closed()