feat: проверка существования канала при привязке

This commit is contained in:
Artem Tsyrulnikov
2025-12-15 22:09:23 +03:00
parent 68edf11576
commit 83a81f46f7
22 changed files with 270 additions and 125 deletions

View File

@@ -49,6 +49,7 @@ __all__ = (
'ChannelNotFound',
'ChannelAlreadyExists',
'ChannelNoAdminRights',
'TelegramChannelNotFound',
'CreativeNotFound',
'CreativeInUse',
'PlacementNotFound',
@@ -70,6 +71,7 @@ from .error import (
ProjectNotFound,
PurchasePlanChannelNotFound,
PurchasePlanNotFound,
TelegramChannelNotFound,
UserByUsernameNotFound,
UserNotFound,
WorkspaceAccessDenied,