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

18 lines
659 B
Markdown
Raw Normal View History

## Constructor: inputBotInlineMessageMediaContact
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|phone\_number|[string](../types/string.md) | Required|
|first\_name|[string](../types/string.md) | Required|
|last\_name|[string](../types/string.md) | Required|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputBotInlineMessageMediaContact = ['_' => inputBotInlineMessageMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];
```