MadelineProtoDocs/template/InputEncryptedChat.md

9 lines
320 B
Markdown
Raw Normal View History

2020-06-16 17:50:25 +02:00
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:
```php
$%s = -147286699; // Numeric chat id returned by requestSecretChat, can be positive or negative
```