From 70010fd9437a330b5764c1af366c1405b5c18e44 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Thu, 21 Jan 2021 22:33:00 +0000 Subject: [PATCH] Updated Section Telegram (basic) (markdown) --- Section-Telegram-(basic).md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/Section-Telegram-(basic).md b/Section-Telegram-(basic).md index e60445b..36e6056 100644 --- a/Section-Telegram-(basic).md +++ b/Section-Telegram-(basic).md @@ -31,22 +31,20 @@ Matterbridge can output your chat number as debug information. Here's how. **Sequence within a BotFather chat:** -``` -You: /setprivacy +> **You**: /setprivacy +> +> **BotFather**: Choose a bot to change group messages settings. +> +> **You**: @your_name_bot +> +> **BotFather**: 'Enable' - your bot will only receive messages that either start with the '/' symbol or mention the bot by username. +> +> - 'Disable' - your bot will receive all messages that people send to groups. +> - Current status is: ENABLED +> +> **You**: Disable +> +> **BotFather**: Success! The new status is: DISABLED. /help -BotFather: Choose a bot to change group messages settings. - -You: @your_name_bot - -BotFather: 'Enable' - your bot will only receive messages that either start with the '/' symbol or mention the bot by username. - -'Disable' - your bot will receive all messages that people send to groups. - -Current status is: ENABLED - -You: Disable - -BotFather: Success! The new status is: DISABLED. /help -``` (copied from [this stack overflow answer](https://stackoverflow.com/a/45441585)) \ No newline at end of file