614 B
614 B
title | description |
---|---|
documentEmpty | documentEmpty attributes, type and example |
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, }