Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InsuranceController.prototype.sendMail
import { InsuranceController } from "https://deno.land/x/sptaki@1.2.0/controllers/InsuranceController.d.ts";

Handle sending the insurance message to the user that potentially contains the valid insurance items.

Parameters

sessionID: string

The session ID that should receive the insurance message.

insurance: Insurance

The context of insurance to use.

Returns

void

void