mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-22 04:46:05 +03:00
feat: Added pointer to information about a user which dialog was assigned to (#41)
This commit is contained in:
parent
43a6c884b4
commit
b625439a0c
@ -416,6 +416,7 @@ type (
|
|||||||
Action string `json:"action"`
|
Action string `json:"action"`
|
||||||
Dialog *SystemMessageDialog `json:"dialog,omitempty"`
|
Dialog *SystemMessageDialog `json:"dialog,omitempty"`
|
||||||
User *UserRef `json:"user,omitempty"`
|
User *UserRef `json:"user,omitempty"`
|
||||||
|
Responsible *UserRef `json:"responsible,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
SystemMessageDialog struct {
|
SystemMessageDialog struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user