getUpdates {telegram} | R Documentation |
getUpdates
Description
Receive incoming updates
Usage
getUpdates(offset = NULL, limit = NULL)
Arguments
offset |
Identifier of the first update to be returned. |
limit |
Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100 |
[Package telegram version 0.7.1 Index]