mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
15 lines
325 B
YAML
15 lines
325 B
YAML
|
|
name: InputMediaType
|
||
|
|
description: |
|
||
|
|
This object represents input media type
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#inputmedia
|
||
|
|
multi_parse:
|
||
|
|
attribute: type
|
||
|
|
regexp: 'must be ([a-z_]+)'
|
||
|
|
entities:
|
||
|
|
- InputMediaAnimation
|
||
|
|
- InputMediaAudio
|
||
|
|
- InputMediaDocument
|
||
|
|
- InputMediaPhoto
|
||
|
|
- InputMediaVideo
|