MadelineProtoDocs/docs/TD_docs/methods/getAttachedStickerSets.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
709 B
Markdown

---
title: getAttachedStickerSets
description: Returns list of sticker sets attached to a file, currently only photos and videos can have attached sticker sets
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: getAttachedStickerSets
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of sticker sets attached to a file, currently only photos and videos can have attached sticker sets
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|file\_id|[int](../types/int.md) | Yes|File identifier|
### Return type: [StickerSets](../types/StickerSets.md)