mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
13 lines
300 B
YAML
13 lines
300 B
YAML
|
|
name: InputPaidMediaType
|
||
|
|
description: |
|
||
|
|
This object represents the type of a media in a paid message.
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#inputpaidmedia
|
||
|
|
multi_parse:
|
||
|
|
format: rst
|
||
|
|
attribute: type
|
||
|
|
regexp: '\*([a-z_]+)\*'
|
||
|
|
entities:
|
||
|
|
- InputPaidMediaPhoto
|
||
|
|
- InputPaidMediaVideo
|