From d48467141edf9e71d8f09bc80d87f839d89e5df0 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 5 May 2018 23:22:42 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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=""`