MadelineProto/docs/API_docs/constructors/inputStickerSetShortName.md
2016-12-20 13:32:11 +01:00

25 lines
516 B
Markdown

---
title: inputStickerSetShortName
description: inputStickerSetShortName attributes, type and example
---
## Constructor: inputStickerSetShortName
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|short\_name|[string](../types/string.md) | Required|
### Type: [InputStickerSet](../types/InputStickerSet.md)
### Example:
```
$inputStickerSetShortName = ['_' => inputStickerSetShortName', 'short_name' => string, ];
```