Update README.md

This commit is contained in:
Rei 2016-08-14 05:17:03 +02:00 committed by GitHub
parent 20bc15c277
commit a24b2b55b2

View file

@ -33,6 +33,7 @@ This library has the following aliases: cl-telegram-bot, tl-bot, tg-bot, telegra
Make direct API request using Drakma. Use for debugging only.
- function [`(get-updates bot &key limit timeout)`](https://core.telegram.org/bots/api#getupdates)
Returns a vector of updates as CLOS objects.
NOTE: The offset parameter is omitted as it is internally managed by the cl-telegram-bot:bot class.