24 lines
601 B
Markdown
24 lines
601 B
Markdown
---
|
|
title: getStickerSet
|
|
description: Returns information about sticker set by its identifier
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getStickerSet
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns information about sticker set by its identifier
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|set\_id|[int64](../constructors/int64.md) | Identifier of the sticker set | Yes|
|
|
|
|
|
|
### Return type: [StickerSet](../types/StickerSet.md)
|
|
|