mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
882 B
882 B
title | description | nav_exclude | image |
---|---|---|---|
savedPhoneContact | Saved contact | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];