1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/API_docs/constructors/inputStickerSetShortName.md

17 lines
333 B
Markdown
Raw Normal View History

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