Type alias MessageInfo

MessageInfo: {
    ephemeralTimer: EphemeralTimer;
    ephemeralTimestamp: I64 | null;
    error: string | null;
    hopInfo: string | null;
    rawtext: string;
    rfc724Mid: string;
    serverUrls: string[];
}

Type declaration

  • ephemeralTimer: EphemeralTimer
  • ephemeralTimestamp: I64 | null

    When message is ephemeral this contains the timestamp of the message expiry

  • error: string | null
  • hopInfo: string | null
  • rawtext: string
  • rfc724Mid: string
  • serverUrls: string[]

Generated using TypeDoc