Add external id to user ref

This commit is contained in:
Pavel 2022-07-21 10:10:01 +03:00 committed by GitHub
commit ca3de000b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,6 +512,7 @@ type (
UserRef struct { UserRef struct {
ID uint64 `json:"id"` ID uint64 `json:"id"`
ExternalID uint64 `json:"external_id"`
Avatar string `json:"avatar"` Avatar string `json:"avatar"`
Type string `json:"type"` Type string `json:"type"`
Name string `json:"name"` Name string `json:"name"`