fixup! Move to json_serde, add tests and implement missing python api

This commit is contained in:
jikstra
2019-11-26 22:22:46 +01:00
committed by holger krekel
parent 6d30ccfc63
commit 594bf3dfc8
2 changed files with 4 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ class Chat(object):
return lib.dc_is_sending_locations_to_chat(self._dc_context, self.id)
def is_archived(self):
return lib.dc_chat_get_archived(self._dc_chat)
return lib.dc_chat_get_archived(self._dc_chat)
def enable_sending_locations(self, seconds):
"""enable sending locations for this chat.