ReorderInstalledStickerSets constructor

const ReorderInstalledStickerSets({
  1. required bool isMasks,
  2. required List<int> stickerSetIds,
})

Changes the order of installed sticker sets

Implementation

const ReorderInstalledStickerSets({
  required this.isMasks,
  required this.stickerSetIds,
});