mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
address on flub comment, start on autocryt transfer test
This commit is contained in:
@@ -93,6 +93,10 @@ class Message(object):
|
||||
"""
|
||||
return MessageType(lib.dc_msg_get_viewtype(self._dc_msg))
|
||||
|
||||
def is_setup_message(self):
|
||||
""" return True if this message is a setup message. """
|
||||
return lib.dc_is_setupmessage(self._dc_msg)
|
||||
|
||||
@props.with_doc
|
||||
def time_sent(self):
|
||||
"""UTC time when the message was sent.
|
||||
@@ -198,6 +202,7 @@ class MessageType(object):
|
||||
return self._type == const.DC_MSG_FILE
|
||||
|
||||
|
||||
|
||||
@attr.s
|
||||
class MessageState(object):
|
||||
""" Current Message In/Out state, updated on each call of is_* methods.
|
||||
|
||||
Reference in New Issue
Block a user