notify.TelegramNotifier: S3 method to send notifications through the Telegram API.

View source: R/notifications.R

notify.TelegramNotifierR Documentation

S3 method to send notifications through the Telegram API.

Description

S3 method to send notifications through the Telegram API.

Usage

## S3 method for class 'TelegramNotifier'
notify(notifier, event, event_data)

Arguments

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

Value

Invisibly returns NULL


SimDesign documentation built on April 3, 2025, 6:06 p.m.