mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:54:47 +01:00
370 B
370 B
title | description |
---|---|
inputVideoEmpty | inputVideoEmpty attributes, type and example |
Constructor: inputVideoEmpty
Type: InputVideo
Example:
$inputVideoEmpty = ['_' => 'inputVideoEmpty', ];
Or, if you're into Lua:
inputVideoEmpty={_='inputVideoEmpty', }