mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Update Audio type
This commit is contained in:
parent
7ff9f28e15
commit
3d2029e9ea
@ -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 New Issue
Block a user