MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputStickerSetID.md

741 B

title description image
inputStickerSetID Stickerset by ID https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetID

Back to constructors index

Stickerset by ID

Attributes:

Name Type Required Description
id long Yes ID
access_hash long Yes Access hash

Type: InputStickerSet

Example:

$inputStickerSetID = ['_' => 'inputStickerSetID', 'id' => long, 'access_hash' => long];

Or, if you're into Lua:

inputStickerSetID={_='inputStickerSetID', id=long, access_hash=long}