From dd76e704a8b5c8d28f21b1acc887ceac9cdc6d65 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 17 Jan 2020 08:29:22 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d300c56615..23033972eb 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Currently webhook method contains `UpdatesFilter` as necessary argument for gett separate getting updates for media groups - they are accumulating with debounce in one second (for being sure that all objects of media group was received). -Updates polling also support `UpdatesFilter` but you must not use it and can get updates directly +Updates polling also support `UpdatesFilter` but it is not required to use it and you can get updates directly in `UpdateReceiver`, which you will provide to `startGettingOfUpdates` method ### Webhook set up