mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 20:54:51 +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,
|
||||
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…
Reference in a new issue