mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-29 20:29:45 +01:00
9 lines
324 B
Markdown
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
|
|
```
|
|
|