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

GetChannelMembershipPreferencesResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
Member?: Identity | null
[src]

The details of a user.

§

The channel membership preferences for an AppInstanceUser .