-
Notifications
You must be signed in to change notification settings - Fork 0
Transition guide to Version 5.0
Rahiel Kasim edited this page May 26, 2016
·
10 revisions
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 was moved from telegram.utils.botan
to telegram.contrib.botan
- Wiki of
python-telegram-bot
© Copyright 2015-2025 – Licensed by Creative Commons
- Architecture Overview
- Builder Pattern for
Application
- Types of Handlers
- Working with Files and Media
- Exceptions, Warnings and Logging
- Concurrency in PTB
- Advanced Filters
- Storing data
- Making your bot persistent
- Adding Defaults
- Job Queue
- Arbitrary
callback_data
- Avoiding flood limits
- Webhooks
- Bot API Forward Compatiblity
- Frequently requested design patterns
- Code snippets
- Performance Optimizations
- Telegram Passport
- Bots built with PTB
- Automated Bot Tests