Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface SendMessageOptions
import { type SendMessageOptions } from "https://deno.land/x/sqs@0.3.7/src/types.ts";

Properties

body: string

The message to send. The minimum size is one character. The maximum size is 256 KB.