StickerType¶
- class aiogram.enums.sticker_type.StickerType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
The part of the face relative to which the mask should be placed.
Source: https://core.telegram.org/bots/api#maskposition
- REGULAR = 'regular'¶
- MASK = 'mask'¶
- CUSTOM_EMOJI = 'custom_emoji'¶