2016-12-19 18:56:52 +03:00
|
|
|
## Constructor: botInlineMessageMediaContact
|
|
|
|
|
|
|
|
### 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 20:56:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [BotInlineMessage](../types/BotInlineMessage.md)
|
|
|
|
|
|
|
|
|
2016-12-19 18:56:52 +03:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 19:48:27 +03:00
|
|
|
$botInlineMessageMediaContact = ['_' => botInlineMessageMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];
|
2016-12-19 18:56:52 +03:00
|
|
|
```
|