закуп много каналов

This commit is contained in:
Artem Tsyrulnikov
2026-01-03 17:52:29 +03:00
parent 3ca62b6f5c
commit 9637f6ec3a
2 changed files with 853 additions and 64 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,14 +13,9 @@ import (
)
type PurchaseChannelInput struct {
Username string
PlannedCost *float64
Comment *string
PlacementDateTime *time.Time
CostType string
CostValue *float64
CostBeforeBargain *float64
Format string
Username string
PlannedCost *float64
Comment *string
}
type SelectChannelsForPurchase struct {