mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-29 19:19:53 +03:00
Add IsActive
field to the WsEventUserUpdatedData
struct
This commit is contained in:
parent
9400a2b045
commit
3cf9c28f51
1 changed files with 1 additions and 0 deletions
|
@ -704,6 +704,7 @@ type (
|
||||||
|
|
||||||
WsEventUserUpdatedData struct {
|
WsEventUserUpdatedData struct {
|
||||||
*UserRef
|
*UserRef
|
||||||
|
IsActive bool `json:"is_active"`
|
||||||
}
|
}
|
||||||
|
|
||||||
WsEventCustomerUpdatedData struct {
|
WsEventCustomerUpdatedData struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue