SetStickerMaskPosition constructor

const SetStickerMaskPosition({
  1. required InputFile sticker,
  2. MaskPosition? maskPosition,
})

Changes the mask position of a mask sticker; for bots only. The sticker must belong to a mask sticker set created by the bot

Implementation

const SetStickerMaskPosition({
  required this.sticker,
  this.maskPosition,
});