mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
10 lines
227 B
YAML
10 lines
227 B
YAML
|
|
name: StickerType
|
||
|
|
description: |
|
||
|
|
The part of the face relative to which the mask should be placed.
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#maskposition
|
||
|
|
parse:
|
||
|
|
entity: Sticker
|
||
|
|
attribute: type
|
||
|
|
regexp: "'([a-z_]+)'"
|