mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-30 11:30:12 +03:00
fix
This commit is contained in:
parent
f2c8b2ce83
commit
3555b34ad3
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ type (
|
||||||
|
|
||||||
UserRef struct {
|
UserRef struct {
|
||||||
ID uint64 `json:"id"`
|
ID uint64 `json:"id"`
|
||||||
ExternalID uint64 `json:"external_id"`
|
ExternalID string `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"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue