Interface StickerFullTypeMask

The sticker is a mask in WEBP format to be placed on photos or videos. Subtype of StickerFullType.

interface StickerFullTypeMask {
    @type: "stickerFullTypeMask";
    mask_position: MaskPosition;
}

Properties

Properties

@type: "stickerFullTypeMask"
mask_position: MaskPosition

Position where the mask is placed; may be null.