MadelineProto/old_docs/API_docs_v55/constructors/botInlineMessageMediaContact.md

798 B

title description
botInlineMessageMediaContact botInlineMessageMediaContact attributes, type and example

Constructor: botInlineMessageMediaContact

Back to constructors index

Attributes:

Name Type Required
phone_number string Required
first_name string Required
last_name string Required
reply_markup ReplyMarkup Optional

Type: BotInlineMessage

Example:

$botInlineMessageMediaContact = ['_' => 'botInlineMessageMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];