mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Add external id to user ref
This commit is contained in:
commit
ca3de000b7
@ -512,6 +512,7 @@ type (
|
||||
|
||||
UserRef struct {
|
||||
ID uint64 `json:"id"`
|
||||
ExternalID uint64 `json:"external_id"`
|
||||
Avatar string `json:"avatar"`
|
||||
Type string `json:"type"`
|
||||
Name string `json:"name"`
|
||||
|
Loading…
Reference in New Issue
Block a user