Updated Transition guide to Version 5.0 (markdown)

Rahiel Kasim 2016-05-26 23:05:18 +02:00
parent 6212ede921
commit 11a14aca74

@ -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`
Botan was moved from `telegram.utils.botan` to `telegram.contrib.botan`