996 B
996 B
title | description |
---|---|
createNewStickerSet | Bots only. Creates new sticker set. Returns created sticker set |
Method: createNewStickerSet
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Creates new sticker set. Returns created sticker set
Params:
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 |