Updated Section Telegram (basic) (markdown)

Mark Glasgow 2022-03-18 13:21:02 +00:00
parent dbbe925ae3
commit 4fd0891c8c

@ -5,7 +5,6 @@
Token="Yourtokenhere" Token="Yourtokenhere"
RemoteNickFormat="({PROTOCOL}) {NICK} " RemoteNickFormat="({PROTOCOL}) {NICK} "
MessageFormat="HTMLNick" MessageFormat="HTMLNick"
IgnoreMessages="^/" #Ignore bot command spam
``` ```
## Retrieving your chat number from Matterbridge ## 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. 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. ### 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. 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.