GetStickers constructor

const GetStickers({
  1. required String emoji,
  2. required int limit,
})

Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, favorite and recently used stickers may also be returned

Implementation

const GetStickers({
  required this.emoji,
  required this.limit,
});