Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit bb8ebe9cbb2e6513cd101d54544020e163039dfd Author: burner1024 <burner1024@users.noreply.github.com> Date: Thu Mar 19 04:43:11 2020 +0000 Add markdownv2 mode for telegram documentation, see #1032 (#1037) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index d89b505..bd60985 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -84210 +84211 @@ Token="Yourtokenhere"  ## Settings below can be reloaded by editing the file    #OPTIONAL (default empty) -#Supported formats are "HTML", "Markdown" and "HTMLNick" -#See https://core.telegram.org/bots/api#html-style -#See https://core.telegram.org/bots/api#markdown-style -#HTMLNick only allows HTML for the nick, the message itself will be html-escaped +#Supported formats are: +#"HTML" https://core.telegram.org/bots/api#html-style +#"Markdown" https://core.telegram.org/bots/api#markdown-style - deprecated, doesn't display links with underscores correctly +#"MarkdownV2" https://core.telegram.org/bots/api#markdownv2-style +#"HTMLNick" - only allows HTML for the nick, the message itself will be html-escaped  MessageFormat=""    #OPTIONAL (default false)