From 4fd0891c8c1efc09fdea9296dc322d55a4559298 Mon Sep 17 00:00:00 2001 From: Mark Glasgow Date: Fri, 18 Mar 2022 13:21:02 +0000 Subject: [PATCH] Updated Section Telegram (basic) (markdown) --- Section-Telegram-(basic).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Section-Telegram-(basic).md b/Section-Telegram-(basic).md index f0ba6b3..12d20f9 100644 --- a/Section-Telegram-(basic).md +++ b/Section-Telegram-(basic).md @@ -5,7 +5,6 @@ Token="Yourtokenhere" RemoteNickFormat="({PROTOCOL}) {NICK} " MessageFormat="HTMLNick" -IgnoreMessages="^/" #Ignore bot command spam ``` ## Retrieving your chat number from Matterbridge @@ -59,6 +58,11 @@ Matterbridge can output your chat number as debug information. Here's how. This basic example will guide you through getting started on your first Telegram bridge. +- Create your bot and retrieve your API token. +- Make sure to disable privacy mode. +- Add the bot to your Telegram group +- Set up the Matterbridge configuration. + ### 1. Speak to the BotFather. Message the [BotFather](https://t.me/BotFather) bot and run the `/newbot` command to get started. Once you pick a name it will provide you with a `token` used to access the HTTP API.