1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

Update chatting.py

fix `get_contacts` documentation
This commit is contained in:
Asiel Díaz Benítez 2019-05-23 13:09:07 -04:00 committed by GitHub
parent 17efce0ec8
commit 7b577ff062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,9 +245,8 @@ class Chat(object):
def get_contacts(self):
""" get all contacts for this chat.
:params: contact object.
:exception: ValueError if contact could not be added
:returns: None
:returns: list of :class:`deltachat.chatting.Contact` objects for this chat
"""
dc_array = ffi.gc(
lib.dc_get_chat_contacts(self._dc_context, self.id),