684 B
684 B
title | description | image |
---|---|---|
documentEmpty | documentEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentEmpty
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
Type: Document
Example:
$documentEmpty = ['_' => 'documentEmpty', 'id' => long];
PWRTelegram json-encoded version:
{"_": "documentEmpty", "id": long}
Or, if you're into Lua:
documentEmpty={_='documentEmpty', id=long}