2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: encryptedChatWaiting
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|admin\_id|[int](../types/int.md) | Required|
|
|
|
|
|participant\_id|[int](../types/int.md) | Required|
|
|
|
|
|
2016-12-19 18:56:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [EncryptedChat](../types/EncryptedChat.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$encryptedChatWaiting = ['_' => encryptedChatWaiting', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|