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

Method is_forwarded

python/src/deltachat/message.py:178–180  ·  view source on GitHub ↗

return True if this message was forwarded.

(self)

Source from the content-addressed store, hash-verified

176 return bool(lib.dc_msg_is_bot(self._dc_msg))
177
178 def is_forwarded(self):
179 """return True if this message was forwarded."""
180 return bool(lib.dc_msg_is_forwarded(self._dc_msg))
181
182 def get_message_info(self) -> str:
183 """Return informational text for a single message.

Callers 3

test_forward_messagesFunction · 0.45
test_forward_own_messageFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_forward_messagesFunction · 0.36
test_forward_own_messageFunction · 0.36