diff --git a/FAQ.md b/FAQ.md index 15dbcc7..27195a0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,14 +33,18 @@ If you want roles/groups mentions to be shown with names instead of ID, you'll See * https://core.telegram.org/bots#privacy-mode * https://github.com/yagop/node-telegram-bot-api/issues/174#issuecomment-244632667 -``` + If your bot is not getting messages: Disable privacy mode with @Botfather. + +* Go to [BotFather](https://t.me/botfather) send /setprivacy. +* Select the username of the bot. +* Select Disable. Kick bot from chat if it's already in it. Invite bot to chat. The order is important. -``` + ### Matterbridge is not relaying messages to Telegram Did you enable `MessageFormat="HTML"` in your config? You could be sending invalid HTML. Set it to `MessageFormat=""`