mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fixup! Move to json_serde, add tests and implement missing python api
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user