Merge pull request #83 from vragovR/add-message-utm

Add `Utm` field to the `Dialog` struct
This commit is contained in:
Pavel 2025-03-06 15:20:40 +03:00 committed by GitHub
commit 1ba7024ccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {