diff --git a/v1/types.go b/v1/types.go index b38e80a..d14800a 100644 --- a/v1/types.go +++ b/v1/types.go @@ -722,8 +722,8 @@ type ( } WsEventUserOnlineUpdatedData struct { - User *UserRef `json:"user"` - Online bool `json:"online"` + User *UsersResponseItem `json:"user"` + Online bool `json:"online"` } WsEventChatsDeletedData struct {