496 B
496 B
title | description |
---|---|
inputDocumentEmpty | inputDocumentEmpty attributes, type and example |
Constructor: inputDocumentEmpty
Type: InputDocument
Example:
$inputDocumentEmpty = ['_' => 'inputDocumentEmpty', ];
PWRTelegram json-encoded version:
{"_":"inputDocumentEmpty"}
Or, if you're into Lua:
inputDocumentEmpty={_='inputDocumentEmpty', }