Alerting: Add message options for Telegram contact point (#74635)
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
This commit is contained in:
@@ -843,6 +843,18 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
Description: `Mode for parsing entities in the message text. Default is 'HTML'`,
|
||||
PropertyName: "parse_mode",
|
||||
},
|
||||
{
|
||||
Label: "Disable Web Page Preview",
|
||||
Description: "Disables link previews for links in this message",
|
||||
Element: ElementTypeCheckbox,
|
||||
PropertyName: "disable_web_page_preview",
|
||||
},
|
||||
{
|
||||
Label: "Protect Content",
|
||||
Description: "Protects the contents of the sent message from forwarding and saving",
|
||||
Element: ElementTypeCheckbox,
|
||||
PropertyName: "protect_content",
|
||||
},
|
||||
{
|
||||
Label: "Disable Notification",
|
||||
Description: "Sends the message silently. Users will receive a notification with no sound.",
|
||||
|
||||
Reference in New Issue
Block a user