ReorderInstalledStickerSets constructor

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

Changes the order of installed sticker sets

Implementation

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