feat: проверка существования канала при привязке
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user