diff --git a/v1/types.go b/v1/types.go index 5a4e990..6cd9270 100644 --- a/v1/types.go +++ b/v1/types.go @@ -383,6 +383,7 @@ type ( IsAssigned bool `json:"is_assigned"` Responsible Responsible `json:"responsible,omitempty"` IsActive bool `json:"is_active"` + Utm *Utm `json:"utm,omitempty"` } DialogAssignResponse struct {