From 3b56a36b3b0347b682f564ee0542b56b74fce45f Mon Sep 17 00:00:00 2001 From: Vragov Roman Date: Mon, 7 Apr 2025 13:25:47 +0300 Subject: [PATCH] Add `Utm` field to the `DialogResponseItem` struct --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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 {