1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 14:11:17 +01:00
MadelineProto/docs/API_docs/constructors/inputEncryptedChat.md
2016-12-19 20:56:05 +03:00

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