README ¶ telegrambot-notify Notification lib to be used as companion to telegrambot Sample use case func TestNotify(t *testing.T) { Init("https://url/pub", "yourkey") for i := 0; i < 10; i++ { Notify("a", "Some from test") } } Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Init(nurl string, napikey string) func Notify(ch string, msg string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init(nurl string, napikey string) func Notify ¶ func Notify(ch string, msg string) error Types ¶ This section is empty. Source Files ¶ View all Source files lib.go Click to show internal directories. Click to hide internal directories.