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

26 lines
742 B
Markdown

---
title: addStickerToSet
description: Bots only. Adds new sticker to a set. Returns the sticker set
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: addStickerToSet
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Adds new sticker to a set. Returns the sticker set
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|user\_id|[int](../types/int.md) | Yes|Sticker set owner|
|name|[string](../types/string.md) | Yes|Sticker set name|
|sticker|[inputSticker](../constructors/inputSticker.md) | Yes|Sticker to add to the set|
### Return type: [StickerSet](../types/StickerSet.md)