Skip to content

raph6/easytg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Telegram for Golang

How to use

import "github.com/raph6/easytg"

func main() {
    bot := easytg.NewBot("xxxx_YOUR_API_KEY_xxxx")
	bot.Msg("test", 99999999) // conversation id
	err := bot.Send()
	if err != nil {
		...
	}
}

About

easy telegram send bot

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages