View Source ExTDLib.Method.AddStickerToSet (ExTDLib v0.0.4)
Adds a new sticker to a set; for bots only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| user_id | string | Sticker set owner. |
| name | string | Sticker set name. |
| sticker | inputSticker | Sticker to add to the set. |
More details on telegram's documentation.