SetStickerEmojis constructor

const SetStickerEmojis({
  1. required InputFile sticker,
  2. required String emojis,
})

Changes the list of emoji corresponding to a sticker; for bots only. The sticker must belong to a regular or custom emoji sticker set created by the bot

Implementation

const SetStickerEmojis({
  required this.sticker,
  required this.emojis,
});