MCPcopy Create free account
hub / github.com/chatmail/core / mark_seen

Method mark_seen

python/src/deltachat/message.py:423–425  ·  view source on GitHub ↗

mark this message as seen.

(self)

Source from the content-addressed store, hash-verified

421 return self._view_type == const.DC_MSG_FILE
422
423 def mark_seen(self):
424 """mark this message as seen."""
425 self.account.mark_seen_messages([self.id])
426
427 #
428 # Message download state

Calls 1

mark_seen_messagesMethod · 0.45