Link Search Menu Expand Document

Constructor: savedPhoneContact

Back to constructors index

Saved contact

Attributes:

NameTypeRequiredDescription
phonestringYesPhone number
first_namestringYesFirst name
last_namestringYesLast name
dateintYesDate added

Type: SavedContact

Example:

$savedPhoneContact = ['_' => 'savedPhoneContact', 'phone' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'date' => int];