RemoveStickerFromSet constructor

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

Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot

Implementation

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