mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Fix typo (#1029)
This commit is contained in:
parent
31b32184c9
commit
0e64ebc0be
@ -33,7 +33,7 @@ class DeleteContacts:
|
|||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
user_ids (``int`` | ``str`` | List of ``int`` or ``str``):
|
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:
|
Returns:
|
||||||
:obj:`~pyrogram.types.User` | List of :obj:`~pyrogram.types.User` | ``None``: In case *user_ids* was an
|
:obj:`~pyrogram.types.User` | List of :obj:`~pyrogram.types.User` | ``None``: In case *user_ids* was an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user