2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Parse Voice waveform

This commit is contained in:
Dan 2018-07-11 17:36:58 +02:00
parent 7509566796
commit 9214416f7c

View File

@ -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: