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

ChannelFlowCallbackResponse

import type { ChannelFlowCallbackResponse } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ChannelFlowCallbackResponse {
CallbackId?: string | null;
ChannelArn?: string | null;
}

§Properties

§
CallbackId?: string | null
[src]

The call back ID passed in the request.

§
ChannelArn?: string | null
[src]

The ARN of the channel.