MadelineProto/docs/API_docs/constructors/stickerSet.md

27 lines
890 B
Markdown
Raw Normal View History

## Constructor: stickerSet
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|installed|[Bool](../types/Bool.md) | Optional|
|archived|[Bool](../types/Bool.md) | Optional|
|official|[Bool](../types/Bool.md) | Optional|
|masks|[Bool](../types/Bool.md) | Optional|
|id|[long](../types/long.md) | Required|
|access\_hash|[long](../types/long.md) | Required|
|title|[string](../types/string.md) | Required|
|short\_name|[string](../types/string.md) | Required|
|count|[int](../types/int.md) | Required|
|hash|[int](../types/int.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [StickerSet](../types/StickerSet.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$stickerSet = ['_' => stickerSet', 'installed' => true, 'archived' => true, 'official' => true, 'masks' => true, 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];
```