4baac3178e
Add PHP, Lua language tag to Code area
539 B
539 B
title | description | image |
---|---|---|
inputVideoEmpty | inputVideoEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputVideoEmpty
Type: InputVideo
Example:
$inputVideoEmpty = ['_' => 'inputVideoEmpty'];
PWRTelegram json-encoded version:
{"_": "inputVideoEmpty"}
Or, if you're into Lua:
inputVideoEmpty={_='inputVideoEmpty'}