From f1ea901ae3c1b465762b23a41336d21ad00bfda8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 2 Dec 2021 10:52:38 -0500 Subject: [PATCH] Updated Notify_telegram (markdown) --- Notify_telegram.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_telegram.md b/Notify_telegram.md index 337a084..39d6ec5 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -60,6 +60,8 @@ If you want to see the icon/image associated with the notification, you can have | chat_id | Yes | Identify the users you want your bot to deliver your notifications to. You must specify at least 1 *chat_id*. If you do not specify a chat_id, the notification script will attempt to detect the bot owner's (you) chat_id and use that. | image | No | You can optionally append the argument of **?image=Yes** to the end of your URL to have a Telegram message generated before the actual notice which uploads the image associated with it. Due to the services limitations, Telegram doesn't allow you to post an image inline with a text message. But you can send a message that just contains an image. If this flag is set to true, *apprise* will send an image notification followed by the notice itself. Since receiving 2 messages for every 1 notice could be annoying to some, this has been made an option that defaults to being disabled. | format | No | The default value of this is _text_. But if you plan on managing the format yourself, you can optionally set this to _markdown_ or _html_ as well. +| silent | No | A `yes/no` flag allowing you to send the notification in a silent fashion. By default this is set to `no`. +| preview | No | A `yes/no` flag allowing you to display webpage previews of your post. By default this is set to `no`. #### Example Send a telegram notification to lead2gold: