mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Fix sphinx warnings
This commit is contained in:
parent
ee9d0e4622
commit
46ced1aa11
@ -712,6 +712,7 @@ class Message(Object, Update):
|
|||||||
Use as a shortcut for:
|
Use as a shortcut for:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
client.get_media_group(
|
client.get_media_group(
|
||||||
chat_id=message.chat.id,
|
chat_id=message.chat.id,
|
||||||
message_id=message.message_id
|
message_id=message.message_id
|
||||||
@ -719,6 +720,7 @@ class Message(Object, Update):
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
message.get_media_group()
|
message.get_media_group()
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
@ -871,7 +871,7 @@ class Chat(Object):
|
|||||||
limit (``int``, *optional*):
|
limit (``int``, *optional*):
|
||||||
Limits the number of members to be retrieved.
|
Limits the number of members to be retrieved.
|
||||||
Only applicable to supergroups and channels.
|
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 (``str``, *optional*):
|
||||||
Query string to filter members based on their display names and usernames.
|
Query string to filter members based on their display names and usernames.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user