mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-07 07:03:31 +03:00
Add Utm
field to the Dialog
struct
This commit is contained in:
parent
e2205fb4d9
commit
fe5c8e9676
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue