From fe5c8e9676c2ca812b7da715b2899d38cd784797 Mon Sep 17 00:00:00 2001 From: Vragov Roman Date: Tue, 18 Feb 2025 12:57:59 +0300 Subject: [PATCH] Add `Utm` field to the `Dialog` struct --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index 17d7ce9..5a4e990 100644 --- a/v1/types.go +++ b/v1/types.go @@ -672,6 +672,7 @@ type ( Responsible *Responsible `json:"responsible"` CreatedAt string `json:"created_at"` ClosedAt *string `json:"closed_at"` + Utm *Utm `json:"utm,omitempty"` } FileMeta struct {