MadelineProtoDocs/docs/TD_docs/constructors/stickerSet.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: stickerSet
description: Represents sticker set
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: stickerSet
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Represents sticker set
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Sticker set identifier|
|title|[string](../types/string.md) | Yes|Title of the sticker set|
|name|[string](../types/string.md) | Yes|Name of the sticker set|
|is\_installed|[Bool](../types/Bool.md) | Yes|True if sticker set is installed by logged in user|
|is\_archived|[Bool](../types/Bool.md) | Yes|True if sticker set is archived. A sticker set can't be installed and archived simultaneously|
|is\_official|[Bool](../types/Bool.md) | Yes|True if sticker set is official|
|is\_masks|[Bool](../types/Bool.md) | Yes|True if stickers in the set are masks|
|is\_viewed|[Bool](../types/Bool.md) | Yes|True for viewed trending sticker set|
|stickers|Array of [sticker](../constructors/sticker.md) | Yes|List of stickers in this set|
|emojis|Array of [stickerEmojis](../constructors/stickerEmojis.md) | Yes|Lists of emojis corresponding to the stickers in the same order|
### Type: [StickerSet](../types/StickerSet.md)