536 B
536 B
title | description | image |
---|---|---|
inputMediaEmpty | inputMediaEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaEmpty
Type: InputMedia
Example:
$inputMediaEmpty = ['_' => 'inputMediaEmpty'];
PWRTelegram json-encoded version:
{"_": "inputMediaEmpty"}
Or, if you're into Lua:
inputMediaEmpty={_='inputMediaEmpty'}