467 B
467 B
title | description | image |
---|---|---|
inputMediaEmpty | Empty media content of a message. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaEmpty
Empty media content of a message.
Type: InputMedia
Example:
$inputMediaEmpty = ['_' => 'inputMediaEmpty'];
Or, if you're into Lua:
inputMediaEmpty={_='inputMediaEmpty'}