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