MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md

618 B

Constructor: inputBotInlineMessageMediaContact

Attributes:

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

Type: InputBotInlineMessage

Example:

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