Skip to content

Commit

Permalink
Close #4240
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed May 22, 2024
1 parent 006224c commit c0f1a8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions telegram/_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7417,7 +7417,7 @@ async def log_out(
minutes.
Returns:
:obj:`True`: On success
:obj:`True`: On success, :obj:`True` is returned.
Raises:
:class:`telegram.error.TelegramError`
Expand Down Expand Up @@ -7448,7 +7448,7 @@ async def close(
10 minutes after the bot is launched.
Returns:
:obj:`True`: On success
:obj:`True`: On success, :obj:`True` is returned.
Raises:
:class:`telegram.error.TelegramError`
Expand Down Expand Up @@ -7541,7 +7541,8 @@ async def copy_message(
|keyword_only_arg|
Returns:
:class:`telegram.MessageId`: On success
:class:`telegram.MessageId`: On success, the :class:`telegram.MessageId` of the sent
message is returned.
Raises:
:class:`telegram.error.TelegramError`
Expand Down

0 comments on commit c0f1a8e

Please sign in to comment.