repositorypackage
0.0.3
Repository: https://github.com/james-zhang-bing/tgbot.git
Documentation: pkg.go.dev
# README
telegram robot msg sender
It's used for send teglegram message to your self
Example
func main(){
youChatId:=12345678
token:="52646xxxx:xxxxxxxxxxxxdKJ1gATeWEPgotSe7M"
tg, err := NewTgBot(youChatId, token)
assert.NoError(t, err)
err=tg.Send("hello")
assert.NoError(t,err)
}
how to get your chat id and token
- chat id: Forward a message to the user info bot,it will send you the user id
- token: Just talk to BotFather (described below) and follow a few simple steps.