Skip to content

🔧 set_sticker_mask_position

Use this method to change the mask position of a mask sticker.

âš™ī¸ Parameters

  • sticker (str ): File identifier of the sticker.
  • mask_position (MaskPosition ) (optional): A JSON-serialized object for position where the mask should be placed on faces.

📲 Returns

bool

📀 Examples

-đŸĒĢ Required Parameters

await bot.set_sticker_mask_position(
    sticker=your_sticker_here
)

-🔋 All Parameters

await bot.set_sticker_mask_position(
    sticker=your_sticker_here,
    mask_position=your_mask_position_here
)