mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
472 B
472 B
title |
---|
inputStickerSetID |
Constructor: inputStickerSetID
Attributes:
Name | Type | Required |
---|---|---|
id | long | Required |
access_hash | long | Required |
Type: InputStickerSet
Example:
$inputStickerSetID = ['_' => inputStickerSetID', 'id' => long, 'access_hash' => long, ];