mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-02 12:46:11 +03:00
Add IsActive
field to the WsEventUserUpdatedData
struct
This commit is contained in:
commit
77f3af2445
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