Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface SendMessageOptions
import { type SendMessageOptions } from "https://deno.land/x/sqs@0.3.7/mod.ts";

Properties

body: string

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