Interface SetStickerMaskPosition

Changes the mask position of a mask sticker. The sticker must belong to a mask sticker set that is owned by the current user. Request type for Tdjson#setStickerMaskPosition.

interface SetStickerMaskPosition {
    @type: "setStickerMaskPosition";
    mask_position: MaskPosition;
    sticker: InputFile;
}

Properties

@type: "setStickerMaskPosition"
mask_position: MaskPosition

Position where the mask is placed; pass null to remove mask position.

sticker: InputFile

Sticker.