#Teleracket
##About
Teleracket is a small and simple library useable as a starting point for Telegram bots.
##Usage
Call api-get-updates to receive a status-code ('ok or 'err), a list of updates as hashes, and a function to call to get more updates.
For details look at example.rkt, which contains a working Telegram bot.