RemoveFavoriteSticker constructor

const RemoveFavoriteSticker({
  1. required InputFile sticker,
})

Removes a sticker from the list of favorite stickers

Implementation

const RemoveFavoriteSticker({
  required this.sticker,
});