MadelineProto/docs/API_docs/constructors/encryptedChatWaiting.md

29 lines
738 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: encryptedChatWaiting
2016-12-20 13:32:11 +01:00
description: encryptedChatWaiting attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: encryptedChatWaiting
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### 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)
### Example:
```
2016-12-19 17:48:27 +01:00
$encryptedChatWaiting = ['_' => encryptedChatWaiting', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, ];
```