1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-04 15:49:41 +00:00

Update README.md

This commit is contained in:
2021-02-11 13:35:06 +06:00
committed by GitHub
parent d882cf9c97
commit a5bba76f07

View File

@@ -51,8 +51,8 @@ suspend fun main() {
retrieveAccumulatedUpdates( retrieveAccumulatedUpdates(
allowedUpdates, allowedUpdates,
asUpdatesReceiver asUpdatesReceiver
) ).join()
}.join() }
} }
``` ```