all repos — telegram-bot-api @ 06d94aeeed6cc221e7ed93b2c085af79e1c8cd39

Golang bindings for the Telegram Bot API

mention changes in readme, say how to update apps for changes
Syfaro syfaro@foxpaw.in
Sun, 22 Nov 2015 09:04:12 -0600
commit

06d94aeeed6cc221e7ed93b2c085af79e1c8cd39

parent

b034326d859ade2024bfcb35c0d191928915a943

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -10,6 +10,8 @@ All methods are fairly self explanatory, and reading the godoc page should explain everything. If something isn't clear, open an issue or submit a pull request.

The scope of this project is just to provide a wrapper around the API without any additional features. There are other projects for creating something with plugins and command handlers without having to design all that yourself. +Note to previous users, there was just a large change that broke some methods. The main changes are that all the `Send*` functions have been replaced with a single `Send`, and `UpdatesChan` was renamed `GetUpdatesChan` and returns `(chan, err)` instead of storing the chan in `Updates`. + ## Example This is a very simple bot that just displays any gotten updates, then replies it to that chat.