MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetShortName.md
2024-05-01 14:53:46 +02:00

30 lines
896 B
Markdown

---
title: "inputStickerSetShortName"
description: "Stickerset by short name, from a stickerset deep link »"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputStickerSetShortName
[Back to constructors index](/API_docs/constructors/index.html)
Stickerset by short name, from a [stickerset deep link »](https://core.telegram.org/api/links#stickerset-links)
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|short\_name|[string](/API_docs/types/string.html) | Yes|Short name from a [stickerset deep link »](https://core.telegram.org/api/links#stickerset-links)|
### Type: [InputStickerSet](/API_docs/types/InputStickerSet.html)
### Example:
```
$inputStickerSetShortName = ['_' => 'inputStickerSetShortName', 'short_name' => 'string'];
```