Module deltachat::message

source ·
Expand description

§Messages and their identifiers.

Structs§

  • An object representing a single message in memory. The message object is not updated. If you want an update, you have to recreate the object.
  • Message ID, including reserved IDs.

Enums§

  • State of the message. For incoming messages, stores the information on whether the message was read or not. For outgoing message, the message could be pending, already delivered or confirmed.
  • How a message is primarily displayed.

Functions§