setStickerMaskPosition
Change or remove the mask position on a mask sticker in a sticker set created by your bot. Specify the sticker and optional MaskPosition to update, or omit to clear it.
Instructions
Change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sticker | Yes | File identifier of the sticker. | |
| mask_position | No | A MaskPosition object with the position where the mask should be placed on faces. Contains: point ("forehead", "eyes", "mouth", or "chin"), x_shift, y_shift, scale. Omit the parameter to remove the mask position. |