We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ea0d1 commit b97c7beCopy full SHA for b97c7be
README.md
@@ -102,8 +102,8 @@ GetUpdates getUpdates = new GetUpdates().limit(100).offset(0).timeout(0);
102
```
103
104
The getUpdates method returns the earliest 100 unconfirmed updates. To confirm an update, use the offset parameter when calling getUpdates like this:
105
-`offset = updateId of last processed update + 1`
106
-All updates with updateId less than or equal to offset will be marked as confirmed on the server and will no longer be returned.
+`offset = updateId of last processed update + 1`
+All updates with updateId less than offset will be marked as confirmed on the server and will no longer be returned.
107
108
Executing
109
```java
0 commit comments