Constructor: savedPhoneContact
Saved contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone | string | Yes | Phone number |
first_name | string | Yes | First name |
last_name | string | Yes | Last name |
date | int | Yes | Date added |
Type: SavedContact
Example:
$savedPhoneContact = ['_' => 'savedPhoneContact', 'phone' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'date' => int];