## Constructor: inputStickerSetID ### 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, ]; ```