mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 10:01:39 +01:00
Updated Notify_telegram (markdown)
parent
6c8264b112
commit
f1ea901ae3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user