mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-29 19:19:53 +03:00
fix WsEventUserOnlineUpdatedData struct
This commit is contained in:
parent
9b5d493820
commit
202db8370f
1 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ type (
|
||||||
}
|
}
|
||||||
|
|
||||||
WsEventUserOnlineUpdatedData struct {
|
WsEventUserOnlineUpdatedData struct {
|
||||||
User *UserRef
|
User *UserRef `json:"user"`
|
||||||
Online bool
|
Online bool `json:"online"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue