Compare commits

..

2 commits

Author SHA1 Message Date
9e5fb7afec
Merge pull request #85 from vragovR/add-dialog-utm
Add `Utm` field to the `DialogResponseItem` struct
2025-04-10 11:42:28 +03:00
Vragov Roman
3b56a36b3b Add Utm field to the DialogResponseItem struct 2025-04-07 13:25:47 +03:00

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 {