mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-11 04:21:29 +01:00
parent
6012fa65c1
commit
e39b6abe61
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Bot(TelegramObject):
|
||||||
token (:obj:`str`): Bot's unique authentication.
|
token (:obj:`str`): Bot's unique authentication.
|
||||||
base_url (:obj:`str`, optional): Telegram Bot API service URL.
|
base_url (:obj:`str`, optional): Telegram Bot API service URL.
|
||||||
base_file_url (:obj:`str`, optional): Telegram Bot API file URL.
|
base_file_url (:obj:`str`, optional): Telegram Bot API file URL.
|
||||||
request (:obj:`telegram.utils.Request`, optional): Pre initialized
|
request (:obj:`telegram.utils.request.Request`, optional): Pre initialized
|
||||||
:obj:`telegram.utils.Request`.
|
:obj:`telegram.utils.Request`.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue