MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetAnimatedEmoji.md
2019-08-15 20:25:16 +02:00

32 lines
544 B
Markdown

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