737 B
737 B
title | description | image |
---|---|---|
inputStickerSetID | Sticker set ID | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStickerSetID
Sticker set 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}