View source: R/notifications.R
notify.TelegramNotifier | R Documentation |
S3 method to send notifications through the Telegram API.
## S3 method for class 'TelegramNotifier'
notify(notifier, event, event_data)
notifier |
A TelegramNotifier object created with new_TelegramNotifier() |
event |
Character string indicating the notification trigger ("condition" or "complete") |
event_data |
List containing context information for the notification |
Invisibly returns NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.