600 B
600 B
title | description | image |
---|---|---|
documentEmpty | Empty document | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentEmpty
Empty document
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
Type: Document
Example:
$documentEmpty = ['_' => 'documentEmpty', 'id' => long];
Or, if you're into Lua:
documentEmpty={_='documentEmpty', id=long}