MadelineProto/docs/TD_docs/constructors/stickerSetInfo.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

32 lines
1.3 KiB
Markdown

---
title: stickerSetInfo
description: Represents short information about sticker set
---
## Constructor: stickerSetInfo
[Back to constructors index](index.md)
Represents short information about 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|
|size|[int](../types/int.md) | Yes|Total number of stickers in the set|
|covers|Array of [sticker](../constructors/sticker.md) | Yes|Up to 5 first stickers from the set depending on the context. If client needs more stickers it should request full sticker set|
### Type: [StickerSetInfo](../types/StickerSetInfo.md)