GeoChat: Message<"meshtastic.GeoChat"> & {
    message: string;
    to?: string;
    toCallsign?: string;
}

ATAK GeoChat message

Type declaration

  • message: string

    The text message

    from field: string message = 1;

  • Optionalto?: string

    Uid recipient of the message

    from field: optional string to = 2;

  • OptionaltoCallsign?: string

    Callsign of the recipient for the message

    from field: optional string to_callsign = 3;

from message meshtastic.GeoChat