1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +00:00

Update README.md

This commit is contained in:
InsanusMokrassar 2020-01-17 08:29:22 +06:00 committed by GitHub
parent 4845a61539
commit dd76e704a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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). (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 in `UpdateReceiver`, which you will provide to `startGettingOfUpdates` method
### Webhook set up ### Webhook set up