1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 13:39:38 +01:00
MadelineProto/docs/API_docs/constructors/inputEncryptedChat.md

16 lines
412 B
Markdown
Raw Normal View History

## Constructor: inputEncryptedChat
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|access\_hash|[long](../types/long.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputEncryptedChat](../types/InputEncryptedChat.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputEncryptedChat = ['_' => inputEncryptedChat', 'chat_id' => int, 'access_hash' => long, ];
```