MadelineProto/docs/API_docs/constructors/inputStickerSetShortName.md
2016-12-19 20:35:27 +03:00

15 lines
365 B
Markdown

## Constructor: inputStickerSetShortName
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|short\_name|[string](../types/string.md) | Required|
### Type:
[InputStickerSet](../types/InputStickerSet.md)
### Example:
```
$inputStickerSetShortName = ['_' => inputStickerSetShortName', 'short_name' => string, ];
```