telegram#

Telegram contrib functionality.

Function notify_telegram#

notify_telegram(title, content, token=None, chat=None, mention_user=None, **kwargs)#

Sends a telegram notification and returns True on success. The communication with the telegram API might have some delays and is therefore handled by a thread.

Class NotifyTelegramParameter#

class NotifyTelegramParameter(*args, **kwargs)#

Bases: NotifyParameter

get_transport()#

Method to configure the transport that is toggled by this parameter. Should return a dictionary with "func" and "raw" (optional) fields.