lessel - v0.1.0
    Preparing search index...

    Interface MessageEvent

    interface MessageEvent {
        auth?: AuthContext;
        direction: MessageDirection;
        id: string;
        payload: Record<string, unknown>;
        platform: Platform;
        raw: Record<string, unknown>;
        schemaName?: string;
        timestamp: string;
    }
    Index

    Auth context (resolved API key info)

    direction: MessageDirection

    Direction of travel

    id: string

    Unique event ID

    payload: Record<string, unknown>

    Normalised payload extracted by the schema

    platform: Platform

    Which platform this originated from

    raw: Record<string, unknown>

    Raw platform-specific message data

    schemaName?: string

    Schema name that matched this event

    timestamp: string

    ISO-8601 timestamp