SearchInstalledStickerSets constructor
SearchInstalledStickerSets({
- StickerType? stickerType,
- required String query,
- required int limit,
Implementation
SearchInstalledStickerSets({
this.stickerType,
required this.query,
required this.limit,
});