media: fix Contact user id type

pull/477/head
Demian 2 years ago
parent 7f936709f3
commit d053f01c30

@ -300,7 +300,7 @@ type Contact struct {
// (Optional)
LastName string `json:"last_name"`
UserID int `json:"user_id,omitempty"`
UserID int64 `json:"user_id,omitempty"`
}
// Location object represents geographic position.

Loading…
Cancel
Save