MadelineProto/old_docs/API_docs_v65/constructors/stickerSetCovered.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

37 lines
665 B
Markdown

---
title: stickerSetCovered
description: stickerSetCovered attributes, type and example
---
## Constructor: stickerSetCovered
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|set|[StickerSet](../types/StickerSet.md) | Yes|
|cover|[Document](../types/Document.md) | Yes|
### Type: [StickerSetCovered](../types/StickerSetCovered.md)
### Example:
```
$stickerSetCovered = ['_' => 'stickerSetCovered', 'set' => StickerSet, 'cover' => Document, ];
```
Or, if you're into Lua:
```
stickerSetCovered={_='stickerSetCovered', set=StickerSet, cover=Document, }
```