A character string representing your Telegram bot token, typically
something like "123456:ABC-xxxx".
chat_id
A character string or numeric representing the chat/group to send
messages to.
verbose_issues
Logical. If TRUE, provides detailed information about warnings and errors in the notifications.
Details
To use send notifications over Telegram with httr in SimDesign,
install httr, set set up a Telegram bot, and obtain a bot token and chat ID.
For more information, see the Telegram Bots API.
Then use the new_TelegramNotifier() function to create a TelegramNotifier
object and pass it to the notifier argument in runSimulation().