Documentation ¶
Overview ¶
Package telegram is a module that sends notification to a Telegram chat when certain conditions trigger
Index ¶
Constants ¶
View Source
const ( Name = "telegram" Description = "A module that sends notifications via Telegram chat" Author = "Muraena Team" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Telegram ¶
type Telegram struct { session.SessionModule Enabled bool BotToken string ChatID []string }
Telegram module
func (*Telegram) Description ¶
Description returns the module description
func (*Telegram) PrintConfig ¶
func (module *Telegram) PrintConfig()
PrintConfig shows the actual Telegram configuration
Click to show internal directories.
Click to hide internal directories.