MadelineProto/docs/API_docs/constructors/inputEncryptedChat.md

19 lines
415 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:56:05 +01:00
### Type: [InputEncryptedChat](../types/InputEncryptedChat.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputEncryptedChat = ['_' => inputEncryptedChat', 'chat_id' => int, 'access_hash' => long, ];
```