mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
fix WsEventUserOnlineUpdatedData struct
This commit is contained in:
parent
9b5d493820
commit
202db8370f
@ -627,7 +627,7 @@ type (
|
||||
}
|
||||
|
||||
WsEventUserOnlineUpdatedData struct {
|
||||
User *UserRef
|
||||
Online bool
|
||||
User *UserRef `json:"user"`
|
||||
Online bool `json:"online"`
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user