Skip to content

Client for integration with Telegram Bot Api v2

Notifications You must be signed in to change notification settings

xordi/telegrambotgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegrambotgo

Tiny client for Telegram Bot Api v2

See examples_test.go to learn how to use this client properly

Getting the client

You can use the client in your applications either using go get

go get https://github.com/xordi/telegrambotgo

or using govendor from your application directory in order to get the latest stable commit

govendor fetch https://github.com/xordi/[email protected]

Currently implemented methods

  • getUpdates
  • sendMessage
  • sendPhoto
  • sendAudio

About

Client for integration with Telegram Bot Api v2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages