diff options
author | Wim <wim@42.be> | 2017-01-27 23:36:14 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-01-27 23:36:14 +0100 |
commit | 38a4cf315aa1415eca645658dc557e12ddef8d90 (patch) | |
tree | 3bb83b593b6b95553c94ada15266b58335275547 /matterbridge.toml.sample | |
parent | 5f8b24e32c5ad9a480e710c3f1854b335dbef804 (diff) | |
download | matterbridge-msglm-38a4cf315aa1415eca645658dc557e12ddef8d90.tar.gz matterbridge-msglm-38a4cf315aa1415eca645658dc557e12ddef8d90.tar.bz2 matterbridge-msglm-38a4cf315aa1415eca645658dc557e12ddef8d90.zip |
Add telegram links about channel and tokens
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index fe767a23..4cc7f94f 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -405,6 +405,7 @@ ShowJoinPart=false #REQUIRED [telegram.secure] #Token to connect with telegram API +#See https://core.telegram.org/bots#6-botfather and https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau #REQUIRED Token="Yourtokenhere" @@ -534,6 +535,7 @@ enable=true # - ID:123456789 (where 123456789 is the channel ID) # (https://github.com/42wim/matterbridge/issues/57) #telegram - chatid (a large negative number, eg -123456789) + # see (https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau) #hipchat - id_channel (see https://www.hipchat.com/account/xmpp for the correct channel) #rocketchat - #channel (# is required) #REQUIRED |