2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: inputEncryptedChat
|
|
|
|
description: inputEncryptedChat attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: inputEncryptedChat
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 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, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|