MadelineProto/docs/API_docs/constructors/encryptedChatRequested.md

23 lines
665 B
Markdown
Raw Normal View History

## Constructor: encryptedChatRequested
### 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|
|g\_a|[bytes](../types/bytes.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [EncryptedChat](../types/EncryptedChat.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$encryptedChatRequested = ['_' => encryptedChatRequested', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a' => bytes, ];
```