mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-12 21:40:58 +00:00
Add Utm
field to the DialogResponseItem
struct
This commit is contained in:
parent
1ba7024ccc
commit
3b56a36b3b
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ type (
|
|||
IsAssigned bool `json:"is_assigned"`
|
||||
Responsible Responsible `json:"responsible,omitempty"`
|
||||
IsActive bool `json:"is_active"`
|
||||
Utm *Utm `json:"utm,omitempty"`
|
||||
}
|
||||
|
||||
DialogAssignResponse struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue