TDLib v0.0.2 TDLib.Method.CreateNewStickerSet View Source

Creates a new sticker set; for bots only. Returns the newly created sticker set. Returns object_ptr.

NameTypeDescription
user_idnumberSticker set owner.
titlestringSticker set title; 1-64 characters.
namestringSticker set name. Can contain only English letters, digits and underscores. Must end with by ( is case insensitive); 1-64 characters.
is_masksboolTrue, if stickers are masks.
stickersinputSticker[]List of stickers to be added to the set.

More details on telegram’s documentation.