mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
Update chatting.py
fix `get_contacts` documentation
This commit is contained in:
parent
17efce0ec8
commit
7b577ff062
1 changed files with 1 additions and 2 deletions
|
@ -245,9 +245,8 @@ class Chat(object):
|
||||||
def get_contacts(self):
|
def get_contacts(self):
|
||||||
""" get all contacts for this chat.
|
""" get all contacts for this chat.
|
||||||
|
|
||||||
:params: contact object.
|
|
||||||
:exception: ValueError if contact could not be added
|
: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(
|
dc_array = ffi.gc(
|
||||||
lib.dc_get_chat_contacts(self._dc_context, self.id),
|
lib.dc_get_chat_contacts(self._dc_context, self.id),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue