From 3555b34ad397c584eb892603b13954152f2a8c33 Mon Sep 17 00:00:00 2001 From: Shchedrin Andrei Date: Tue, 26 Jul 2022 11:34:53 +0300 Subject: [PATCH] fix --- v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/types.go b/v1/types.go index 1935b5b..b9d64f8 100644 --- a/v1/types.go +++ b/v1/types.go @@ -512,7 +512,7 @@ type ( UserRef struct { ID uint64 `json:"id"` - ExternalID uint64 `json:"external_id"` + ExternalID string `json:"external_id"` Avatar string `json:"avatar"` Type string `json:"type"` Name string `json:"name"`