mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
11 lines
294 B
YAML
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
|