Add Utm field to the Dialog struct

This commit is contained in:
Vragov Roman 2025-02-18 12:57:59 +03:00
parent e2205fb4d9
commit fe5c8e9676

View File

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