32 lines
814 B
Markdown
32 lines
814 B
Markdown
|
---
|
||
|
title: encryptedChatRequested
|
||
|
description: encryptedChatRequested attributes, type and example
|
||
|
---
|
||
|
## Constructor: encryptedChatRequested
|
||
|
[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|
|
||
|
|g\_a|[bytes](../types/bytes.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [EncryptedChat](../types/EncryptedChat.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$encryptedChatRequested = ['_' => 'encryptedChatRequested', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a' => bytes, ];
|
||
|
```
|
||
|
|