aiogram/.butcher/enums/InputProfileType.yml
2025-04-12 23:03:30 +03:00

11 lines
294 B
YAML

name: InputProfilePhotoType
description: |
This object represents input profile photo type
Source: https://core.telegram.org/bots/api#inputprofilephoto
multi_parse:
attribute: type
regexp: "must be '([a-z_]+)'"
entities:
- InputProfilePhotoStatic
- InputProfilePhotoAnimated