Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyrogram/methods/contacts/delete_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def delete_contacts(

Parameters:
user_ids (``int`` | ``str`` | List of ``int`` or ``str``):
A single user id/username o a list of user identifiers (id or username).
A single user id/username or a list of user identifiers (id or username).

Returns:
:obj:`~pyrogram.types.User` | List of :obj:`~pyrogram.types.User` | ``None``: In case *user_ids* was an
Expand Down