Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 332 Bytes

File metadata and controls

10 lines (6 loc) · 332 Bytes

#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.