1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 19:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/stickerEmojis.md
2017-08-25 14:43:29 +02:00

789 B

title description
stickerEmojis 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

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 Yes List of emojis

Type: StickerEmojis