appender_telegram | R Documentation |
Send log messages to a Telegram chat
appender_telegram(
chat_id = Sys.getenv("TELEGRAM_CHAT_ID"),
bot_token = Sys.getenv("TELEGRAM_BOT_TOKEN"),
parse_mode = NULL
)
chat_id |
Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
bot_token |
Telegram Authorization token |
parse_mode |
Message parse mode. Allowed values: Markdown or HTML |
function taking lines
argument
This functionality depends on the telegram package.
Other log_appenders:
appender_async()
,
appender_console()
,
appender_file()
,
appender_kinesis()
,
appender_pushbullet()
,
appender_slack()
,
appender_stdout()
,
appender_syslog()
,
appender_tee()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.