diff --git a/Transition-guide-to-Version-5.0.md b/Transition-guide-to-Version-5.0.md index 14acf99..2f0f2b9 100644 --- a/Transition-guide-to-Version-5.0.md +++ b/Transition-guide-to-Version-5.0.md @@ -1,2 +1,5 @@ +## getUpdates: `network_delay` +The `network_delay` keyword of `Bot.getUpdates` was deprecated in favor of `total_timeout`. This is cleaner and portrays more faithfully what's going on: `total_timeout` is the timeout in seconds for the whole method, so the `timeout` on telegram servers + additional network latency. + ## Botan -Botan was moved from `telegram.utils.botan` to `telegram.ext.botan` \ No newline at end of file +Botan was moved from `telegram.utils.botan` to `telegram.contrib.botan` \ No newline at end of file