feat: subs and views
This commit is contained in:
@@ -34,6 +34,12 @@ __all__ = (
|
||||
'UpdatePurchaseInput',
|
||||
'ArchivePurchaseInput',
|
||||
'DeletePurchaseInput',
|
||||
'ViewsSnapshotOutput',
|
||||
'GetViewsHistoryInput',
|
||||
'GetViewsHistoryOutput',
|
||||
'FetchViewsInput',
|
||||
'FetchViewsOutput',
|
||||
'UpdateViewsManuallyInput',
|
||||
)
|
||||
|
||||
from .creative import (
|
||||
@@ -78,3 +84,11 @@ from .target_channel import (
|
||||
)
|
||||
from .telegram_login import TelegramLoginInput
|
||||
from .validate_login_token import ValidateLoginTokenInput, ValidateLoginTokenOutput
|
||||
from .views import (
|
||||
FetchViewsInput,
|
||||
FetchViewsOutput,
|
||||
GetViewsHistoryInput,
|
||||
GetViewsHistoryOutput,
|
||||
UpdateViewsManuallyInput,
|
||||
ViewsSnapshotOutput,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user