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

PutChannelMembershipPreferencesResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
Member?: Identity | null
[src]
§

The ARN and metadata of the member being added.