mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14: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,
|
||||
title: str = None,
|
||||
mime_type: str = None,
|
||||
file_size: str = None):
|
||||
file_size: int = None):
|
||||
self.file_id = file_id
|
||||
self.duration = duration
|
||||
self.performer = performer
|
||||
|
|
|
|||
Loading…
Reference in a new issue