MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetShortName.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

870 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'];

PWRTelegram json-encoded version:

{"_": "inputStickerSetShortName", "short_name": "string"}

Or, if you're into Lua:

inputStickerSetShortName={_='inputStickerSetShortName', short_name='string'}