Override InputPaidMedia media type to str | InputFile

This commit is contained in:
JRoot Junior 2024-07-06 19:33:47 +03:00
parent c59d328408
commit 7634587fa4
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
4 changed files with 28 additions and 5 deletions

View file

@ -0,0 +1,11 @@
annotations:
media:
parsed_type:
type: union
items:
- type: std
name: str
- type: entity
references:
category: types
name: InputFile

View file

@ -0,0 +1,11 @@
annotations:
media:
parsed_type:
type: union
items:
- type: std
name: str
- type: entity
references:
category: types
name: InputFile