SearchStickers constructor

const SearchStickers({
  1. required StickerType stickerType,
  2. required String emojis,
  3. 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,
});