ChangeStickerSet constructor

const ChangeStickerSet({
  1. required int setId,
  2. required bool isInstalled,
  3. required bool isArchived,
})

Installs/uninstalls or activates/archives a sticker set

Implementation

const ChangeStickerSet({
  required this.setId,
  required this.isInstalled,
  required this.isArchived,
});