all repos — telegram-bot-api @ 4944eed2fa2574362fa4133aeebc39df8b10f77a

Golang bindings for the Telegram Bot API

one useless line removed
sirlandalf lorenzo.landolfi97@gmail.com
Sat, 27 Jun 2015 04:24:52 +0200
commit

4944eed2fa2574362fa4133aeebc39df8b10f77a

parent

9f17771ecd47c3a9f2f594cf3aa90b576ad5eaf0

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

jump to
M updates.goupdates.go

@@ -16,7 +16,6 @@ if update.UpdateID >= config.Offset {

config.Offset = update.UpdateID + 1 bot.Updates <- update } - } } }()