GetInstalledStickerSets constructor

const GetInstalledStickerSets({
  1. required bool isMasks,
})

Returns a list of installed sticker sets

Implementation

const GetInstalledStickerSets({
  required this.isMasks,
});