mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-10 00:24:51 +00:00
Update Audio type
This commit is contained in:
parent
7ff9f28e15
commit
3d2029e9ea
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class Audio:
|
||||||
performer: str = None,
|
performer: str = None,
|
||||||
title: str = None,
|
title: str = None,
|
||||||
mime_type: str = None,
|
mime_type: str = None,
|
||||||
file_size: str = None):
|
file_size: int = None):
|
||||||
self.file_id = file_id
|
self.file_id = file_id
|
||||||
self.duration = duration
|
self.duration = duration
|
||||||
self.performer = performer
|
self.performer = performer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue