36 lines
632 B
Markdown
36 lines
632 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) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputStickerSet](../types/InputStickerSet.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputStickerSetShortName = ['_' => 'inputStickerSetShortName', 'short_name' => string, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputStickerSetShortName={_='inputStickerSetShortName', short_name=string, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|