SearchInstalledStickerSets constructor

SearchInstalledStickerSets({
  1. StickerType? stickerType,
  2. required String query,
  3. required int limit,
})

Implementation

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