mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:26:55 +01:00
23 lines
789 B
Markdown
23 lines
789 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
|
|
---
|
|
## 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](../constructors/string.md) | Yes|List of emojis|
|
|
|
|
|
|
|
|
### Type: [StickerEmojis](../types/StickerEmojis.md)
|
|
|
|
|