MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputStickerSetShortName.md
2019-06-24 15:45:02 +02:00

741 B

title description image
inputStickerSetShortName Sticker set short name https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetShortName

Back to constructors index

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'}