MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetThumb.md

927 B

title description image
inputStickerSetThumb Stickerset thumbnail https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetThumb

Back to constructors index

Stickerset thumbnail

Attributes:

Name Type Required Description
stickerset InputStickerSet Optional Stickerset
volume_id long Yes Volume ID
local_id int Yes Local ID

Type: InputFileLocation

Example:

$inputStickerSetThumb = ['_' => 'inputStickerSetThumb', 'stickerset' => InputStickerSet, 'volume_id' => long, 'local_id' => int];

Or, if you're into Lua:

inputStickerSetThumb={_='inputStickerSetThumb', stickerset=InputStickerSet, volume_id=long, local_id=int}