Model: MessageEvent

Back to overview

Model Fields

Field Description Type Optional Nullable Default
date

The event date (last modification) as a unix time stamp in seconds

Integer False False
type

The event type

  • "created": Message created and stored in the app's database.
  • "sent": Associated blobs have been uploaded and the message has been delivered to the chat server.
  • "delivered": Messsage has been received by the recipient.
  • "read": Message has been read by the recipient.
  • "acked": Message has been acknowledged or declined by the recipient.
  • "modified": Most recent date the message has been modified.

Allowed values: "created", "sent", "delivered", "read", "acked", "modified"

String False False