MadelineProtoDocs/old_docs/API_docs_v32/constructors/inputStickerSetThumb.md

1.0 KiB

title description image
inputStickerSetThumb Location of stickerset thumbnail (see [files](https://core.telegram.org/api/files)) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetThumb

Back to constructors index

Location of stickerset thumbnail (see files)

Attributes:

Name Type Required Description
stickerset InputStickerSet Optional Sticker set
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}