mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* Added full support of Bot API 7.6 * Fixed imports * fix tests (#1534) * Fixed coverage * Override InputPaidMedia media type to `str | InputFile` * Added shortcut * Fixed PaidMediaType enum * Added changelog --------- Co-authored-by: Oleg A <t0rr@mail.ru>
13 lines
300 B
YAML
13 lines
300 B
YAML
name: PaidMediaType
|
|
description: |
|
|
This object represents the type of a media in a paid message.
|
|
|
|
Source: https://core.telegram.org/bots/api#paidmedia
|
|
multi_parse:
|
|
format: rst
|
|
attribute: type
|
|
regexp: "'([a-z]+)'"
|
|
entities:
|
|
- PaidMediaPhoto
|
|
- PaidMediaPreview
|
|
- PaidMediaVideo
|