mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
31 lines
702 B
Markdown
31 lines
702 B
Markdown
|
---
|
||
|
title: "inputStickerSetID"
|
||
|
description: "Stickerset by ID"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputStickerSetID
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Stickerset by ID
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|id|[long](/API_docs/types/long.html) | Yes|ID|
|
||
|
|access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputStickerSet](/API_docs/types/InputStickerSet.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputStickerSetID = ['_' => 'inputStickerSetID', 'id' => long, 'access_hash' => long];
|
||
|
```
|