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

Method is_webxdc

python/src/deltachat/message.py:415–417  ·  view source on GitHub ↗

return True if it's a Webxdc message.

(self)

Source from the content-addressed store, hash-verified

413 return self._view_type == const.DC_MSG_VIDEO
414
415 def is_webxdc(self):
416 """return True if it's a Webxdc message."""
417 return self._view_type == const.DC_MSG_WEBXDC
418
419 def is_file(self):
420 """return True if it's a file message."""

Callers 2

test_webxdc_messageFunction · 0.80
test_webxdc_huge_updateFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_webxdc_messageFunction · 0.64
test_webxdc_huge_updateFunction · 0.64