diff options
author | Wim <wim@42.be> | 2023-03-14 23:05:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 23:05:48 +0100 |
commit | 24cf007a74bf1e04456ae05c9ccc73b1fb823b88 (patch) | |
tree | e607d25be433fea54c13c42ce6959ceb6621a1d5 | |
parent | 601f48a50ea31a9631011766c680ecef931ddafc (diff) | |
download | matterbridge-msglm-24cf007a74bf1e04456ae05c9ccc73b1fb823b88.tar.gz matterbridge-msglm-24cf007a74bf1e04456ae05c9ccc73b1fb823b88.tar.bz2 matterbridge-msglm-24cf007a74bf1e04456ae05c9ccc73b1fb823b88.zip |
Update matterbridge.toml.sample
-rw-r--r-- | matterbridge.toml.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 96104501..db413852 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1956,6 +1956,7 @@ enable=true # nctalk | token | xs25tz5y | The token in the URL when you are in a chat. It will be the last part of the URL. # ------------------------------------------------------------------------------------------------------------------------------------- # telegram | chatid | -123456789 | A large negative number. see https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau + # | chatid/topicid | -123456789/12 | A large negative number/number. # ------------------------------------------------------------------------------------------------------------------------------------- # vk | peerid | 2000000002 | A number that starts form 2000000000. Use --debug and send any message in chat to get PeerID in the logs # ------------------------------------------------------------------------------------------------------------------------------------- |