TDLib v0.0.2 TDLib.Method.CreateNewStickerSet View Source
Creates a new sticker set; for bots only. Returns the newly created sticker set.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| user_id | number | Sticker set owner. |
| title | string | Sticker set title; 1-64 characters. |
| name | string | Sticker set name. Can contain only English letters, digits and underscores. Must end with “by |
| is_masks | bool | True, if stickers are masks. |
| stickers | inputSticker[] | List of stickers to be added to the set. |
More details on telegram’s documentation.