From 8dae906a3c8cac364b45a69d537a9de87144ad3e Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 5 Mar 2019 14:43:26 +0300 Subject: [PATCH] Update User struct --- v5/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v5/types.go b/v5/types.go index 410cca2..dbf6af6 100644 --- a/v5/types.go +++ b/v5/types.go @@ -434,6 +434,7 @@ type User struct { Phone string `json:"phone,omitempty"` Status string `json:"status,omitempty"` Groups []UserGroup `json:"groups,omitempty,brackets"` + MgUserId uint64 `json:"mgUserId,omitempty"` } // UserGroup type