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

Method is_system_message

python/src/deltachat/message.py:166–168  ·  view source on GitHub ↗

return True if this message is a system/info message.

(self)

Source from the content-addressed store, hash-verified

164 )
165
166 def is_system_message(self):
167 """return True if this message is a system/info message."""
168 return bool(lib.dc_msg_is_info(self._dc_msg))
169
170 def is_encrypted(self):
171 """return True if this message was encrypted."""

Calls

no outgoing calls