Fix sphinx warnings

This commit is contained in:
Dan 2021-03-03 18:57:49 +01:00
parent ee9d0e4622
commit 46ced1aa11
2 changed files with 3 additions and 1 deletions

View File

@ -712,6 +712,7 @@ class Message(Object, Update):
Use as a shortcut for:
.. code-block:: python
client.get_media_group(
chat_id=message.chat.id,
message_id=message.message_id
@ -719,6 +720,7 @@ class Message(Object, Update):
Example:
.. code-block:: python
message.get_media_group()
Returns:

View File

@ -871,7 +871,7 @@ class Chat(Object):
limit (``int``, *optional*):
Limits the number of members to be retrieved.
Only applicable to supergroups and channels.
Defaults to 200, which is also the maximum server limit allowed per method call.
Defaults to 200, which is also the maximum server limit allowed per method call [1]_.
query (``str``, *optional*):
Query string to filter members based on their display names and usernames.