MadelineProtoDocs/docs/API_docs/constructors/inputMediaDice.md

32 lines
436 B
Markdown
Raw Normal View History

2020-04-03 14:11:09 +02:00
---
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'}
```