We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6012fa6 commit e39b6abCopy full SHA for e39b6ab
telegram/bot.py
@@ -78,7 +78,7 @@ class Bot(TelegramObject):
78
token (:obj:`str`): Bot's unique authentication.
79
base_url (:obj:`str`, optional): Telegram Bot API service URL.
80
base_file_url (:obj:`str`, optional): Telegram Bot API file URL.
81
- request (:obj:`telegram.utils.Request`, optional): Pre initialized
+ request (:obj:`telegram.utils.request.Request`, optional): Pre initialized
82
:obj:`telegram.utils.Request`.
83
84
"""
0 commit comments