mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 09:07:43 +01:00
bot.Bot: fix class docstring
This commit is contained in:
parent
0e34c0395f
commit
a686db2c6f
1 changed files with 1 additions and 3 deletions
|
@ -43,11 +43,9 @@ class Bot(TelegramObject):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
token (str): Bot's unique authentication.
|
token (str): Bot's unique authentication.
|
||||||
**kwargs: Arbitrary keyword arguments.
|
|
||||||
|
|
||||||
Keyword Args:
|
|
||||||
base_url (Optional[str]): Telegram Bot API service URL.
|
base_url (Optional[str]): Telegram Bot API service URL.
|
||||||
base_file_url (Optional[str]): Telegram Bot API file URL.
|
base_file_url (Optional[str]): Telegram Bot API file URL.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
|
|
Loading…
Reference in a new issue