mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36: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
@ -413,9 +413,10 @@ type (
|
|||||||
}
|
}
|
||||||
|
|
||||||
SystemMessage struct {
|
SystemMessage struct {
|
||||||
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