mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
702 B
702 B
title | description | nav_exclude | image |
---|---|---|---|
inputStickerSetID | Stickerset by ID | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStickerSetID
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];