mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Parse Voice waveform
This commit is contained in:
parent
7509566796
commit
9214416f7c
1 changed files with 1 additions and 2 deletions
|
|
@ -400,8 +400,7 @@ def parse_messages(
|
||||||
duration=audio_attributes.duration,
|
duration=audio_attributes.duration,
|
||||||
mime_type=doc.mime_type,
|
mime_type=doc.mime_type,
|
||||||
file_size=doc.size,
|
file_size=doc.size,
|
||||||
thumb=parse_thumb(doc.thumb),
|
waveform=audio_attributes.waveform,
|
||||||
file_name=file_name,
|
|
||||||
date=doc.date
|
date=doc.date
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue