Browsing tree for branch master, showing 3 entries
| / | docs | protocols | telegram |
| Type | File | Last Commit | Author | Commit Date (UTC) | Size |
|---|---|---|---|---|---|
| txt | README.md | selfhoster1312 | 13:03, Sep 7 2025 | 5.15 KiB | |
| txt | account.md | selfhoster1312 | 13:03, Sep 7 2025 | 5.68 KiB | |
| txt | settings.md | selfhoster1312 | 13:03, Sep 7 2025 | 2.94 KiB |
| README.md |
| README.md |
Telegram
Configuration
Basic configuration example:
FAQHow to get a token for my bot?SeeĀ account.md How to retrieve my Telegram chat ID?
To retrive your ChatId, you can:
Does matterbridge support Telegram channels?“Channels” in telegram are read-only chatrooms where only admin can post. Adding a bot to a channel requires giving it administrator rights. If you feel comfortable doing that, please report if it works. Why can’t I invite my bot into my channel?As of September 2025, the Telegram web interface is bugged and will silently error when trying to invite a bot into a (read-only) channel as an ordinary member. Maybe adding it as an administrator directly works. Adding it from the mobile application works (it will prompt to make the bot administrator instead). Limitations
Matterbridge is not relaying messages from TelegramSee
If your bot is not getting messages: Disable privacy mode with @Botfather.
The order is important. Matterbridge is not relay messages from other bots
https://core.telegram.org/bots/faq#why-doesn-39t-my-bot-see-messages-from-other-bots Matterbridge is not relaying images/stickers/files from TelegramBecause images/stickers/files are from non-public url’s, you’ll need to setup a mediaserver Matterbridge is not relaying messages to TelegramDid you enable More info in https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample#L836-L838 Matterbridge is not deleting messages from Telegram to other bridgesTelegram doesn’t has “deleted messages” metadata, so we don’t know which messages are deleted. Users are shown as “unknown user”Telegram channels will always return unknown users. Telegram groups will show usernames if possible How to use MediaConvertTgs with lottie?This requires the external dependency Note that if you insist on using an ancient Python version like 3.5, the pip installation is slightly more complicated. Matterbridge expects
If you encounter bugs with this, try to extract the Telegram sticker file and run lottie on it like this:
How to join a topic in a Telegram forum?What telegram calls a forum is a chatroom which has been split into several sub-rooms, much like a so-called Discord server or a Matrix space. Each topic then has a Specifically when using topics (not normal groups), you need to add
This |