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.