From 11a14aca74b7306b67be8d90ad840afb25846ca4 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Thu, 26 May 2016 23:05:18 +0200 Subject: [PATCH] Updated Transition guide to Version 5.0 (markdown) --- Transition-guide-to-Version-5.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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