mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 14:11:17 +01:00
19 lines
415 B
Markdown
19 lines
415 B
Markdown
## Constructor: inputEncryptedChat
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|chat\_id|[int](../types/int.md) | Required|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputEncryptedChat](../types/InputEncryptedChat.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputEncryptedChat = ['_' => inputEncryptedChat', 'chat_id' => int, 'access_hash' => long, ];
|
|
``` |