mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
26 lines
569 B
Markdown
26 lines
569 B
Markdown
---
|
|
title: inputMediaContact
|
|
---
|
|
## Constructor: inputMediaContact
|
|
[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|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaContact = ['_' => inputMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, ];
|
|
``` |