2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: stickerSet
|
|
|
|
description: stickerSet attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: stickerSet
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|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|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [StickerSet](../types/StickerSet.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
$stickerSet = ['_' => 'stickerSet', 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];
|
|
|
|
```
|
|
|
|
|