mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
1.0 KiB
1.0 KiB
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
Parameters:
Name | Type | Required | Description |
---|---|---|---|
user_id | CLICK ME int | Yes | Sticker set owner |
title | CLICK ME string | Yes | Sticker set title, 1-64 characters |
name | CLICK ME 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 | CLICK ME Bool | Yes | True, is stickers are masks |
stickers | Array of CLICK ME inputSticker | Yes | List of stickers to add to the set |