return True if it's a file message.
(self)
| 417 | return self._view_type == const.DC_MSG_WEBXDC |
| 418 | |
| 419 | def is_file(self): |
| 420 | """return True if it's a file message.""" |
| 421 | return self._view_type == const.DC_MSG_FILE |
| 422 | |
| 423 | def mark_seen(self): |
| 424 | """mark this message as seen.""" |
no outgoing calls