mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Add IsActive
field to the WsEventUserUpdatedData
struct
This commit is contained in:
commit
77f3af2445
@ -704,6 +704,7 @@ type (
|
|||||||
|
|
||||||
WsEventUserUpdatedData struct {
|
WsEventUserUpdatedData struct {
|
||||||
*UserRef
|
*UserRef
|
||||||
|
IsActive bool `json:"is_active"`
|
||||||
}
|
}
|
||||||
|
|
||||||
WsEventCustomerUpdatedData struct {
|
WsEventCustomerUpdatedData struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user