Skip to content

digitalcircle-com-br/telegrambot-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")
	}

}

About

Notification lib to be used as companion to telegrambot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages