mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 02:09:58 +03:00
fixing voice notes
This commit is contained in:
parent
417bfcd36e
commit
f4c1617f62
|
@ -307,7 +307,7 @@ class InlineBuilder:
|
||||||
file,
|
file,
|
||||||
mime_type=mime_type,
|
mime_type=mime_type,
|
||||||
attributes=attributes,
|
attributes=attributes,
|
||||||
force_document=True,
|
force_document=force_document,
|
||||||
voice_note=voice_note,
|
voice_note=voice_note,
|
||||||
video_note=video_note,
|
video_note=video_note,
|
||||||
allow_cache=use_cache
|
allow_cache=use_cache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user