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