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