MadelineProtoDocs/docs/TD_docs/constructors/stickerEmojis.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
855 B
Markdown

---
title: stickerEmojis
description: Represents list of all emojis corresponding to a sticker in a sticker set. The list is only for informational purposes because sticker is always sent with a fixed emoji from the corresponding Sticker object
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: stickerEmojis
[Back to constructors index](index.md)
Represents list of all emojis corresponding to a sticker in a sticker set. The list is only for informational purposes because sticker is always sent with a fixed emoji from the corresponding Sticker object
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|emojis|Array of [string](../types/string.md) | Yes|List of emojis|
### Type: [StickerEmojis](../types/StickerEmojis.md)