853 B
853 B
title | description | image |
---|---|---|
inputStickerSetShortName | Stickerset by short name, from `tg://addstickers?set=short_name` | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStickerSetShortName
Stickerset by short name, from tg://addstickers?set=short_name
Attributes:
Name | Type | Required | Description |
---|---|---|---|
short_name | string | Yes | From tg://addstickers?set=short_name |
Type: InputStickerSet
Example:
$inputStickerSetShortName = ['_' => 'inputStickerSetShortName', 'short_name' => 'string'];
Or, if you're into Lua:
inputStickerSetShortName={_='inputStickerSetShortName', short_name='string'}