Structure "Phone history element"
This structure describes one change to a phone number. It is a part of the "User's phone history" structure.
Field description
Name | Description | Data type | Required |
---|---|---|---|
date | Date the phone number was changed, ms. | Timestamp | + |
oldValue | Old phone number. | String | + |
newValue | New phone number. | String | + |
Sample
{
"date": 1526911183000,
"oldValue": "+380(44)2099960",
"newValue": "+380(44)2099961"
}