MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetID.md
2024-05-01 14:53:46 +02:00

702 B

title description nav_exclude image
inputStickerSetID Stickerset by ID true 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];