tgo:用Golang编写的Telegram bot API客户端

时间:2024-02-26 02:49:03
【文件属性】:

文件名称:tgo:用Golang编写的Telegram bot API客户端

文件大小:11KB

文件格式:ZIP

更新时间:2024-02-26 02:49:03

api bot golang client telegram

用Golang编写的Telegram bot API客户端 GetUpdatesChan示例 package main import "gopkg.in/devalecs/tgo.v1" func main () { c := tgo . NewClient ( "yourTelegramBotAPIToken" ) updatesChan := c . GetUpdatesChan (tgo. GetUpdatesParams { Timeout : 60 , }) for update := range updatesChan { if update . Message


【文件预览】:
tgo-master
----.travis.yml(25B)
----api_request_maker.go(3KB)
----api_request_maker_test.go(319B)
----consts.go(1KB)
----client_test.go(4KB)
----LICENSE(1KB)
----client.go(7KB)
----method_params.go(10KB)
----examples()
--------get_updates_chan.go(370B)
----.gitignore(285B)
----README.md(649B)
----types.go(26KB)

网友评论