addStickerToSet
Add a new sticker to an existing sticker set created by the bot. Specify the owner, set name, and sticker details; returns success when the set is updated.
Instructions
Add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Sticker set name. | |
| sticker | Yes | An InputSticker object with information about the sticker to be added. Must include sticker, format, emoji_list, and optionally mask_position and keywords. | |
| user_id | Yes | User identifier of sticker set owner. |