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