File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -712,13 +712,15 @@ async def get_media_group(self) -> List["types.Message"]:
712712 Use as a shortcut for:
713713
714714 .. code-block:: python
715+
715716 client.get_media_group(
716717 chat_id=message.chat.id,
717718 message_id=message.message_id
718719 )
719720
720721 Example:
721722 .. code-block:: python
723+
722724 message.get_media_group()
723725
724726 Returns:
Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ def iter_members(
871871 limit (``int``, *optional*):
872872 Limits the number of members to be retrieved.
873873 Only applicable to supergroups and channels.
874- Defaults to 200, which is also the maximum server limit allowed per method call.
874+ Defaults to 200, which is also the maximum server limit allowed per method call [1]_ .
875875
876876 query (``str``, *optional*):
877877 Query string to filter members based on their display names and usernames.
You can’t perform that action at this time.
0 commit comments