SearchInstalledStickerSets constructor

const SearchInstalledStickerSets({
  1. required bool isMasks,
  2. required String query,
  3. required int limit,
})

Searches for installed sticker sets by looking for specified query in their title and name

Implementation

const SearchInstalledStickerSets({
  required this.isMasks,
  required this.query,
  required this.limit,
});