MadelineProtoDocs/docs/TD_docs/methods/addStickerToSet.md

26 lines
748 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 | Description | Required |
|----------|---------------|-------------|----------|
|user\_id|[int](../types/int.md) | Sticker set owner | Yes|
|name|[string](../types/string.md) | Sticker set name | Yes|
|sticker|[inputSticker](../constructors/inputSticker.md) | Sticker to add to the set | Yes|
### Return type: [StickerSet](../types/StickerSet.md)