mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 11:27:21 +01:00
27 lines
681 B
Markdown
27 lines
681 B
Markdown
|
---
|
||
|
title: messages_stickerSet
|
||
|
description: messages_stickerSet attributes, type and example
|
||
|
---
|
||
|
## Constructor: messages\_stickerSet
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|set|[StickerSet](../types/StickerSet.md) | Required|
|
||
|
|packs|Array of [StickerPack](../types/StickerPack.md) | Required|
|
||
|
|documents|Array of [Document](../types/Document.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_StickerSet](../types/messages_StickerSet.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_stickerSet = ['_' => 'messages_stickerSet', 'set' => StickerSet, 'packs' => [Vector t], 'documents' => [Vector t], ];
|
||
|
```
|