CreateNewStickerSetMethod

Method to create new sticker set owned by a user

Members

Mixins

__anonymous
mixin TelegramMethod!"/createNewStickerSet"
Undocumented in source.

Variables

contains_masks
bool contains_masks;

Pass true, if a set of mask stickers should be created

emojis
string emojis;

One or more emoji corresponding to the sticker

mask_position
MaskPosition mask_position;

Position where the mask should be placed on faces

name
string name;

Short name of sticker set, to be used in t.me/addstickers/ URLs

png_sticker
string png_sticker;

Png image with the sticker

title
string title;

Sticker set title

user_id
int user_id;

User identifier of created sticker set owner

See Also

Meta