MadelineProto/docs/API_docs/constructors/botInlineMessageMediaContact.md
2016-12-19 20:56:05 +03:00

637 B

Constructor: botInlineMessageMediaContact

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, ];