2017-03-11 19:54:51 +01:00
|
|
|
---
|
2017-05-27 23:21:14 +02:00
|
|
|
title: decryptedMessageMediaContact8
|
|
|
|
description: decryptedMessageMediaContact8 attributes, type and example
|
2017-03-11 19:54:51 +01:00
|
|
|
---
|
2017-05-27 23:21:14 +02:00
|
|
|
## Constructor: decryptedMessageMediaContact8
|
2017-03-11 19:54:51 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|phone\_number|[string](../types/string.md) | Yes|
|
|
|
|
|first\_name|[string](../types/string.md) | Yes|
|
|
|
|
|last\_name|[string](../types/string.md) | Yes|
|
|
|
|
|user\_id|[int](../types/int.md) | Yes|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessageMedia](../types/DecryptedMessageMedia.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-05-27 23:21:14 +02:00
|
|
|
$decryptedMessageMediaContact8 = ['_' => 'decryptedMessageMediaContact8', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];
|
2017-03-11 19:54:51 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-05-27 23:21:14 +02:00
|
|
|
decryptedMessageMediaContact8={_='decryptedMessageMediaContact8', phone_number=string, first_name=string, last_name=string, user_id=int, }
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|