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 {
|
WsEventUserOnlineUpdatedData struct {
|
||||||
User *UserRef
|
User *UserRef `json:"user"`
|
||||||
Online bool
|
Online bool `json:"online"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user