mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Extend use of force_document to work on files
This allows .webp files to be sent as documents and not stickers.
This commit is contained in:
@@ -766,7 +766,8 @@ class UploadMethods:
|
||||
file=file_handle,
|
||||
mime_type=mime_type,
|
||||
attributes=attributes,
|
||||
thumb=thumb
|
||||
thumb=thumb,
|
||||
force_file=force_document
|
||||
)
|
||||
return file_handle, media, as_image
|
||||
|
||||
|
Reference in New Issue
Block a user