MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetDice.md

32 lines
481 B
Markdown
Raw Normal View History

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