MadelineProto/docs/TD_docs/constructors/stickerSetInfo.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

---
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-12-21 21:08:25 +01:00
|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|
2017-08-25 15:05:53 +02:00
|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|
2017-08-25 15:05:53 +02:00
|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)