1.1 KiB
1.1 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 | Description | Required |
---|---|---|---|
user_id | int | Sticker set owner | Yes |
title | string | Sticker set title, 1-64 characters | Yes |
name | string | Sticker set name. Can contain only english letters, digits and underscores. Should end on "by". <bot_username> is case insensitive, 1-64 characters | Yes |
is_masks | Bool | True, is stickers are masks | Yes |
stickers | Array of inputSticker | List of stickers to add to the set | Yes |