diff options
author | Guillermo Ramos | 2019-06-25 16:19:42 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-06-25 16:19:42 +0200 |
commit | a0504dea781b267010fcb4dfd05cca6cb98c98f5 (patch) | |
tree | c51cff98841d259621a910ce05cfe5ebf2c7acc4 | |
parent | 6d290219a68e2aff22873ec3cb9ceac1b9407311 (diff) | |
download | tgutils-a0504dea781b267010fcb4dfd05cca6cb98c98f5.tar.gz |
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ update until it is confirmed to be read by using the call. That means that the previous example will keep receiving the same update over and over. `tgrecv` offers two ways of dealing with this: -- When using he `--auto-offset` argument it will automatically discard every +- When using the `--auto-offset` argument it will automatically discard every processed update by caching the last known offset. This is probably the desired behaviour if there are no more consumers connected to the Bot. - When using the `--offset <offset>` argument it will discard the updates |