Interface MessageUndeliverableEvent

The MessageUndeliverableEvent type

interface MessageUndeliverableEvent {
    body: EventStateBodyJS;
    conversationId: string;
    from: From;
    id: number;
    kind: "message:undeliverable";
    timestamp: string;
}

Properties

body: EventStateBodyJS

The body property of MessageUndeliverableEvent

conversationId: string

The conversationId property of MessageUndeliverableEvent

from: From

The From property of MessageUndeliverableEvent

id: number

The id property of MessageUndeliverableEvent

kind: "message:undeliverable"

The kind property of MessageUndeliverableEvent

timestamp: string

The timestamp property of MessageUndeliverableEvent