975 B
975 B
title | description | image |
---|---|---|
inputMediaContact | Media contact | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaContact
Media contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone_number | string | Yes | Phone number |
first_name | string | Yes | First name |
last_name | string | Yes | Last name |
vcard | string | Yes | Vcard |
Type: InputMedia
Example:
$inputMediaContact = ['_' => 'inputMediaContact', 'phone_number' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'vcard' => 'string'];
Or, if you're into Lua:
inputMediaContact={_='inputMediaContact', phone_number='string', first_name='string', last_name='string', vcard='string'}