--- title: inputStickerSetID description: inputStickerSetID attributes, type and example --- ## Constructor: inputStickerSetID [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| ### Type: [InputStickerSet](../types/InputStickerSet.md) ### Example: ``` $inputStickerSetID = ['_' => 'inputStickerSetID', 'id' => long, 'access_hash' => long, ]; ```