1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
createNewStickerSet | Bots only. Creates new sticker set. Returns created sticker set | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: createNewStickerSet
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Creates new sticker set. Returns created sticker set
Parameters:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | Sticker set owner |
title | string | Yes | Sticker set title, 1-64 characters |
name | string | Yes | Sticker set name. Can contain only english letters, digits and underscores. Should end on "by". <bot_username> is case insensitive, 1-64 characters |
is_masks | Bool | Yes | True, is stickers are masks |
stickers | Array of inputSticker | Yes | List of stickers to add to the set |