Interface AcarsResult

Result of an ACARS broadcast.

interface AcarsResult {
    durationMs: number;
    guildId: string;
    id: string;
    ok: boolean;
    routed: number;
}

Properties

durationMs: number
guildId: string
id: string
ok: boolean
routed: number