return True if it's a Webxdc message.
(self)
| 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.""" |
no outgoing calls