Added parameter in config for selecting convert type

This commit is contained in:
Randall Lawrence
2019-09-25 13:09:21 +03:00
parent dc71f74c0c
commit f5c008c1a7
5 changed files with 17 additions and 10 deletions
+6
View File
@@ -163,6 +163,12 @@ bridge:
image_as_file_size: 10
# Maximum size of Telegram documents in megabytes to bridge.
max_document_size: 100
# Format, animated sticker convert to (unstable).
# Supported values:
# image - converts to png (preferred),
# gif - converts to gif animation (sometimes loses alpha),
# video - VP9 video in mp4 container
animated_sticker_target_type: image
# Whether to bridge Telegram bot messages as m.notices or m.texts.
bot_messages_as_notices: true