MadelineProtoDocs/old_docs/API_docs_v25/types/InputEncryptedChat.md

29 lines
663 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: InputEncryptedChat
description: constructors and methods of type InputEncryptedChat
---
## Type: InputEncryptedChat
[Back to types index](index.md)
You can directly provide the [Update](Update.md) or [EncryptedMessage](EncryptedMessage.md) object here, MadelineProto will automatically extract the destination chat id.
The following syntax can also be used:
```
$InputEncryptedChat = -147286699; // Numeric chat id returned by request_secret_chat, can be positive or negative
```
### Possible values (constructors):
[inputEncryptedChat](../constructors/inputEncryptedChat.md)
### Methods that return an object of this type (methods):