mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Clean Audio comments
This commit is contained in:
@@ -65,12 +65,12 @@ class Audio(Object):
|
|||||||
performer: str = None,
|
performer: str = None,
|
||||||
title: str = None
|
title: str = None
|
||||||
):
|
):
|
||||||
self.file_id = file_id # string
|
self.file_id = file_id
|
||||||
self.thumb = thumb # flags.0?PhotoSize
|
self.thumb = thumb
|
||||||
self.file_name = file_name # flags.1?string
|
self.file_name = file_name
|
||||||
self.mime_type = mime_type # flags.2?string
|
self.mime_type = mime_type
|
||||||
self.file_size = file_size # flags.3?int
|
self.file_size = file_size
|
||||||
self.date = date # flags.4?int
|
self.date = date
|
||||||
self.duration = duration # int
|
self.duration = duration
|
||||||
self.performer = performer # flags.5?string
|
self.performer = performer
|
||||||
self.title = title # flags.6?string
|
self.title = title
|
||||||
|
Reference in New Issue
Block a user