MadelineProto/old_docs/API_docs_v55/constructors/inputEncryptedChat.md

28 lines
556 B
Markdown
Raw Normal View History

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