SetStickerMaskPosition constructor
const
SetStickerMaskPosition({
- required InputFile sticker,
- 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,
});