import "gomodules.xyz/notify/telegram"
const UID = "telegram"
func Load(loader envconfig.LoaderFunc) (*client, error)
type Options struct { Token string `envconfig:"TOKEN" required:"true"` Channel []string `envconfig:"CHANNEL"` }
Package telegram imports 8 packages (graph) and is imported by 2 packages. Updated 2019-05-01. Refresh now. Tools for package owners.