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:
parent
9400a2b045
commit
3cf9c28f51
@ -704,6 +704,7 @@ type (
|
||||
|
||||
WsEventUserUpdatedData struct {
|
||||
*UserRef
|
||||
IsActive bool `json:"is_active"`
|
||||
}
|
||||
|
||||
WsEventCustomerUpdatedData struct {
|
||||
|
Loading…
Reference in New Issue
Block a user