CreateNewStickerSet
fun CreateNewStickerSet(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker>, needsRepainting: Boolean? = null): Request<Boolean>
Will create one of CreateNewStickerSet types based on the first element of stickers
Parameters
needsRepainting
Will be used only if you are creating custom emojis sticker pack (by passing stickers with type InputSticker.WithKeywords.CustomEmoji)