Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SendVoiceMessageResponse

import type { SendVoiceMessageResponse } from "https://aws-api.deno.dev/v0.4/services/pinpointsmsvoice.ts?docs=full";

An object that that contains the Message ID of a Voice message that was sent successfully.

interface SendVoiceMessageResponse {
MessageId?: string | null;
}

§Properties

§
MessageId?: string | null
[src]

A unique identifier for the voice message.