2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 22:35:36 +00:00

Add returned object

This commit is contained in:
ColinShark
2019-06-17 09:47:12 +02:00
parent 4492d9d20b
commit 10de006cc5

View File

@@ -34,6 +34,9 @@ class AddContacts(BaseClient):
contacts (List of :obj:`InputPhoneContact`):
The contact list to be added
Returns:
:obj:`types.contacts.ImportedContacts`
Raises:
RPCError: In case of a Telegram RPC error.
"""