CreateNewStickerSet constructor
const
CreateNewStickerSet({
- required int userId,
- required String title,
- required String name,
- required StickerFormat stickerFormat,
- required StickerType stickerType,
- required bool needsRepainting,
- required List<
InputSticker> stickers, - required String source,
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.stickerFormat,
required this.stickerType,
required this.needsRepainting,
required this.stickers,
required this.source,
});