Add config option to set maximum image pixels before sending as document

Fixes #552
This commit is contained in:
Tulir Asokan
2022-01-31 15:55:04 +02:00
parent 6bf3d10e29
commit 99fa7a57d2
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -214,6 +214,8 @@ bridge:
inline_images: false
# Maximum size of image in megabytes before sending to Telegram as a document.
image_as_file_size: 10
# Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 1280x1280 = 1638400.
image_as_file_pixels: 1638400
# Maximum size of Telegram documents in megabytes to bridge.
max_document_size: 100
# Enable experimental parallel file transfer, which makes uploads/downloads much faster by