TDLib v0.0.2 TDLib.Method.AddStickerToSet View Source
Adds a new sticker to a set; for bots only. Returns the sticker set.
Returns object_ptr
Name | Type | Description |
---|---|---|
user_id | number | Sticker set owner. |
name | string | Sticker set name. |
sticker | inputSticker | Sticker to add to the set. |
More details on telegram’s documentation.