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