You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Bound method *add_members* of :obj:`~pyrogram.types.Chat`.
1830
1824
1831
1825
Use as a shortcut for:
@@ -1840,7 +1834,7 @@ async def add_members(
1840
1834
await chat.add_members(user_id)
1841
1835
1842
1836
Returns:
1843
-
``bool``: On success, True is returned.
1837
+
List of :obj:`~pyrogram.types.FailedToAddMember`: On success, an empty list is returned, otherwise a list of :obj:`~pyrogram.types.FailedToAddMember` is returned.
0 commit comments