mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix typo (#1029)
This commit is contained in:
parent
31b32184c9
commit
0e64ebc0be
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue