mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-10 06:36:07 +03:00
Add Utm
field to the Dialog
struct
This commit is contained in:
parent
e2205fb4d9
commit
fe5c8e9676
@ -672,6 +672,7 @@ type (
|
|||||||
Responsible *Responsible `json:"responsible"`
|
Responsible *Responsible `json:"responsible"`
|
||||||
CreatedAt string `json:"created_at"`
|
CreatedAt string `json:"created_at"`
|
||||||
ClosedAt *string `json:"closed_at"`
|
ClosedAt *string `json:"closed_at"`
|
||||||
|
Utm *Utm `json:"utm,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
FileMeta struct {
|
FileMeta struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user