help="Relay Role: Talk on Telegram through the RelayBot in a room. No access to commands."
[main.permissions.listuser]
ask="Bridge Users"
type="tags"
help="User Role: Relaybot level + access to commands to create bridges."
[main.permissions.listpuppeting]
ask="Bridge Puppeting"
type="tags"
help="Puppeting Role: User level + logging in with a Telegram account."
[main.permissions.listfull]
ask="Bridge Full"
type="tags"
help="Full Role: Full access to use the bridge, i.e. previous levels + Matrix login."
[main.permissions.listadmin]
ask="Bridge Administrators"
type="tags"
help="Admin Role: Full access to use the bridge and some extra administration commands."
[main.bot]
name="Bot Settings"
[main.bot.bot_username]
ask="Username of the AppService Bot"
type="string"
help="Sets bot username. Please keep in mind that the bot admin room for previous bot username will stop working so you may need to create a new one using the new username"
bind=":__INSTALL_DIR__/config.yaml"
[main.bot.bot_displayname]
ask="Display name for Bot"
type="string"
help="Set to 'remove' to remove display name, leave empty to set default 'Telegram bridge bot'"
bind=":__INSTALL_DIR__/config.yaml"
[main.bot.bot_avatar]
ask="Avatar for Bot"
type="string"
help="Should be in format 'mxc://server_name/NeXNQarUbrlYBiPCpprYsRqr', see README for tutorial. Set to 'remove' to remove avatar, leave empty to use standard Telegram logo."
bind=":__INSTALL_DIR__/config.yaml"
[privacy]
name="Privacy"
services=["__APP__"]
[privacy.portal_rooms]
name="Portal Rooms & Encryption Settings"
[privacy.portal_rooms.text]
ask='''
!!InvitingtheBridgeinanencryptedroom!!
!!breaksrealEnd-to-EndEncryption(e2ee)!!
!!MessageswillbeunencryptedontheBridgeServer!!
'''
type="markdown"
[privacy.portal_rooms.encryption]
ask="Allow Encryption between Matrix Client and Bridge Server?"
type="boolean"
yes="true"
no="false"
help="Enable so-called End-to-Bridge (e2b) Encryption. For the Bridge to work in group chat Rooms with End-to-End Encryption (e2ee) enabled."