1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md
2016-12-20 13:15:22 +01:00

752 B

title
inputBotInlineMessageMediaContact

Constructor: inputBotInlineMessageMediaContact

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: InputBotInlineMessage

Example:

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