mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
20 lines
538 B
Markdown
20 lines
538 B
Markdown
## Constructor: messageMediaContact
|
|
|
|
### 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|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [MessageMedia](../types/MessageMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$messageMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];
|
|
``` |