MadelineProtoDocs/template/InputEncryptedChat.md
2024-05-01 14:53:46 +02:00

9 lines
324 B
Markdown

You can directly provide the [Update](Update.html) or [EncryptedMessage](EncryptedMessage.html) 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
```