Interface ConnectionOpenedEvent

Event emitted when a connection is opened.

interface ConnectionOpenedEvent {
    type: "connection:opened";
    context: AdapterContext;
    timestamp: Date;
}

Properties

type
timestamp: Date