diff options
author | Wim <wim@42.be> | 2018-06-06 01:00:00 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-06-06 01:00:00 +0200 |
commit | 7e544741117138943b51bffe4317e11d45777389 (patch) | |
tree | cbb732bfedbdc2a61a955acc6771eda2d5a4d882 | |
parent | e307069d62ec6ea852c74329f4a6f135135394f7 (diff) | |
download | matterbridge-msglm-7e544741117138943b51bffe4317e11d45777389.tar.gz matterbridge-msglm-7e544741117138943b51bffe4317e11d45777389.tar.bz2 matterbridge-msglm-7e544741117138943b51bffe4317e11d45777389.zip |
Add info about markdown (telegram)
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index bf9e147b..6f81baf6 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -799,8 +799,9 @@ Token="Yourtokenhere" ## Settings below can be reloaded by editing the file #OPTIONAL (default empty) -#Only supported format is "HTML", messages will be sent in html parsemode. +#Supported formats are "HTML" and "Markdown" #See https://core.telegram.org/bots/api#html-style +#See https://core.telegram.org/bots/api#markdown-style MessageFormat="" #If enabled use the "First Name" as username. If this is empty use the Username |