SearchInstalledStickerSets constructor
const
SearchInstalledStickerSets({})
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,
});