mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-29 19:19:53 +03:00
ref #83597 Рефакторинг системы поиска менеджера
This commit is contained in:
parent
28241f8a8e
commit
a26bc83d80
1 changed files with 2 additions and 2 deletions
|
@ -722,8 +722,8 @@ type (
|
||||||
}
|
}
|
||||||
|
|
||||||
WsEventUserOnlineUpdatedData struct {
|
WsEventUserOnlineUpdatedData struct {
|
||||||
User *UserRef `json:"user"`
|
User *UsersResponseItem `json:"user"`
|
||||||
Online bool `json:"online"`
|
Online bool `json:"online"`
|
||||||
}
|
}
|
||||||
|
|
||||||
WsEventChatsDeletedData struct {
|
WsEventChatsDeletedData struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue