30 lines
833 B
Markdown
30 lines
833 B
Markdown
---
|
|
title: inputBotInlineMessageMediaContact
|
|
description: inputBotInlineMessageMediaContact attributes, type and example
|
|
---
|
|
## Constructor: inputBotInlineMessageMediaContact
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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|
|
|
|
|
|
|
|
|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputBotInlineMessageMediaContact = ['_' => 'inputBotInlineMessageMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];
|
|
```
|
|
|