@kayahr/ed-journal

    Interface ReceiveText

    Base interface shared by all journal event types.

    interface ReceiveText {
        Channel: string;
        event: "ReceiveText";
        From: string;
        From_Localised?: string;
        Message: string;
        Message_Localised?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Channel: string
    event: "ReceiveText"

    The type of event.

    From: string
    From_Localised?: string
    Message: string
    Message_Localised?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR