--- title: inputMediaEmpty description: Empty media content of a message. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputMediaEmpty [Back to constructors index](index.md) Empty media content of a message. ### Type: [InputMedia](../types/InputMedia.md) ### Example: ```php $inputMediaEmpty = ['_' => 'inputMediaEmpty']; ``` Or, if you're into Lua: ```lua inputMediaEmpty={_='inputMediaEmpty'} ```