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

    Interface DeliveryStatusUpdate

    A delivery-status change for an outgoing message (e.g. a read receipt arrived). Surfaced via AppCore.nextEvents.

    interface DeliveryStatusUpdate {
        conversationId: string;
        sentAt: Instant;
        deliveryStatus: DeliveryStatus;
    }
    Index

    Properties

    conversationId: string

    Conversation the affected message belongs to.

    sentAt: Instant

    sentAt of the affected message, used to look it up locally.

    deliveryStatus: DeliveryStatus

    New status.