-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
The docstring for telegram.Bot says that the bot can be pre-initialized with a Request object from telegram.utils.Request:
python-telegram-bot/telegram/bot.py
Line 82 in 16a49ec
| request (:obj:`telegram.utils.Request`, optional): Pre initialized |
The Request class is however not found at telegram.utils.Request. This should be changed to telegram.utils.request.Request in the docstring or the Request class should be properly exported.
Metadata
Metadata
Assignees
Labels
No labels