Skip to main content

BasicMessage type

Signature:

export type BasicMessage = {
id: string;
typ?: MediaType;
type: ProtocolMessage;
thid?: string;
body?: unknown;
from?: string;
to?: string;
};

References: MediaType, ProtocolMessage