CreateNewStickerSet constructor
const
CreateNewStickerSet({})
Creates a new sticker set. Returns the newly created sticker set
Implementation
const CreateNewStickerSet({
required this.userId,
required this.title,
required this.name,
required this.isMasks,
required this.stickers,
required this.source,
});