Interface SendText

Base interface shared by all journal event types.

interface SendText {
    Message: string;
    Sent?: boolean;
    To: string;
    To_Localised?: string;
    event: "SendText";
    timestamp: string;
}

Hierarchy (view full)

Properties

Message: string
Sent?: boolean
To: string
To_Localised?: string
event: "SendText"

The type of event.

timestamp: string

The time in GMT, ISO 8601.