mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
30 lines
896 B
Markdown
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'];
|
|
```
|