SearchStickers constructor
const
SearchStickers({
- required StickerType stickerType,
- required String emojis,
- required int limit,
Searches for stickers from public sticker sets that correspond to any of the given emoji
Implementation
const SearchStickers({
required this.stickerType,
required this.emojis,
required this.limit,
});