942 B
942 B
title | description | image |
---|---|---|
savedPhoneContact | Saved phone contact | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: savedPhoneContact
Saved phone contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone | string | Yes | Phone |
first_name | string | Yes | First name |
last_name | string | Yes | Last name |
date | int | Yes | Date |
Type: SavedContact
Example:
$savedPhoneContact = ['_' => 'savedPhoneContact', 'phone' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'date' => int];
Or, if you're into Lua:
savedPhoneContact={_='savedPhoneContact', phone='string', first_name='string', last_name='string', date=int}