Merge pull request #85 from vragovR/add-dialog-utm

Add `Utm` field to the `DialogResponseItem` struct
This commit is contained in:
Pavel 2025-04-10 11:42:28 +03:00 committed by GitHub
commit 9e5fb7afec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {