mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Parse Voice waveform
This commit is contained in:
parent
7509566796
commit
9214416f7c
@ -400,8 +400,7 @@ def parse_messages(
|
||||
duration=audio_attributes.duration,
|
||||
mime_type=doc.mime_type,
|
||||
file_size=doc.size,
|
||||
thumb=parse_thumb(doc.thumb),
|
||||
file_name=file_name,
|
||||
waveform=audio_attributes.waveform,
|
||||
date=doc.date
|
||||
)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user