--- title: addStickerToSet description: Bots only. Adds new sticker to a set. Returns the sticker set --- ## 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|[CLICK ME int](../types/int.md) | Yes|Sticker set owner| |name|[CLICK ME string](../types/string.md) | Yes|Sticker set name| |sticker|[CLICK ME inputSticker](../constructors/inputSticker.md) | Yes|Sticker to add to the set| ### Return type: [StickerSet](../types/StickerSet.md)