2019-08-15 20:25:16 +02:00
|
|
|
---
|
|
|
|
title: inputStickerSetAnimatedEmoji
|
2019-08-15 20:30:02 +02:00
|
|
|
description: Animated emojis stickerset
|
2019-08-15 20:25:16 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
|
|
---
|
|
|
|
# Constructor: inputStickerSetAnimatedEmoji
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-08-15 20:30:02 +02:00
|
|
|
Animated emojis stickerset
|
|
|
|
|
2019-08-15 20:25:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputStickerSet](../types/InputStickerSet.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```php
|
|
|
|
$inputStickerSetAnimatedEmoji = ['_' => 'inputStickerSetAnimatedEmoji'];
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
```lua
|
|
|
|
inputStickerSetAnimatedEmoji={_='inputStickerSetAnimatedEmoji'}
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|