đ§ 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
)