美茶 客户端库。 支持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 ()