micha:Telegram bot API的客户端库 源码
美茶 客户端库。 支持Bot API v2.3.1 (2016年12月4日)。 简单的echo bot示例: package main import ( "log" "github.com/onrik/micha" ) func main () { bot , err := micha . NewBot ( "" ) if err != nil { log . Fatal ( err ) } go bot . Start () for update := range bot . Updates ()
文件列表
micha-master.zip
(预估有个20文件)
micha-master
helpers.go
7KB
.gitignore
266B
go.mod
124B
types_test.go
270B
helpers_test.go
375B
types_games.go
652B
bot_test.go
24KB
LICENSE
1KB
http.go
2KB
暂无评论