GetStickers constructor
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,
});