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:
Wendirad Demelash 2022-03-26 18:23:35 +03:00 committed by GitHub
parent 613cfb8df0
commit 51d3ad7d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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