1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 07:09:23 +00:00

Update README.md

This commit is contained in:
2021-02-11 13:37:24 +06:00
committed by GitHub
parent 81afa46253
commit 67ddf8d809

View File

@@ -48,7 +48,7 @@ suspend fun main() {
reply(it, "Hi:)")
}
retrieveAccumulatedUpdates().join()
retrieveAccumulatedUpdates(this).join()
}
}
```