mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Fix indentation for ban_chat_member function doc string (#867)
* Added classifier for Python 3.10 * Fix indentation for `ban_chat_member` function doc string Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
613cfb8df0
commit
51d3ad7d94
1 changed files with 3 additions and 3 deletions
|
|
@ -1704,9 +1704,9 @@ class Bot(BaseBot, DataMixin, ContextInstanceMixin):
|
|||
datetime.datetime, datetime.timedelta, None]`
|
||||
|
||||
:param revoke_messages: Pass True to delete all messages from
|
||||
the chat for the user that is being removed. If False, the user
|
||||
will be able to see messages in the group that were sent before
|
||||
the user was removed. Always True for supergroups and channels.
|
||||
the chat for the user that is being removed. If False, the user
|
||||
will be able to see messages in the group that were sent before
|
||||
the user was removed. Always True for supergroups and channels.
|
||||
:type revoke_messages: :obj:`typing.Optional[base.Boolean]`
|
||||
|
||||
:return: Returns True on success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue