1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 10:47:54 +01:00
MadelineProto/docs/API_docs_46/constructors/encryptedChatRequested.md

30 lines
810 B
Markdown
Raw Normal View History

---
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, ];
```