mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
9 lines
227 B
YAML
9 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_]+)'"
|