18 lines
370 B
Markdown
18 lines
370 B
Markdown
## 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 = ['id' => long, 'access_hash' => long, ];
|
|
``` |