TAKPacket: Message<"meshtastic.TAKPacket"> & { contact?: Contact; group?: Group; isCompressed: boolean; payloadVariant: | { case: "pli"; value: PLI; } | { case: "chat"; value: GeoChat; } | { case: "detail"; value: Uint8Array; } | { case: undefined; value?: undefined; }; status?: Status; } Type declaration
Optional
contact?: Contact
Optional
group?: Group
isCompressed: boolean
payloadVariant:
| {
case: "pli";
value: PLI;
}
| {
case: "chat";
value: GeoChat;
}
| {
case: "detail";
value: Uint8Array;
}
| {
case: undefined;
value?: undefined;
}
Optional
status?: Status
Packets for the official ATAK Plugin