@actnet/app-core - v0.1.0
    Preparing search index...

    Type Alias DeliveryStatus

    DeliveryStatus: "sending" | "sent" | "delivered" | "read"

    Delivery status for a sent message.

    • "sending" — locally queued, not yet acknowledged by the server.
    • "sent" — accepted by the server.
    • "delivered" — recipient's device pulled it from the server.
    • "read" — recipient sent a read receipt for it.