influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > TelegramNotificationRuleBase

TelegramNotificationRuleBase interface

Signature:

interface TelegramNotificationRuleBase 

Properties

Property Modifiers Type Description
disableWebPagePreview?   boolean (Optional) Disables preview of web links in the sent messages when “true”. Defaults to “false”.
messageTemplate   string The message template as a flux interpolated string.
parseMode?   ‘MarkdownV2’ | ‘HTML’ | ‘Markdown’ (Optional) Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options. Defaults to “MarkdownV2”.
type   ‘telegram’ The discriminator between other types of notification rules is “telegram”.