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

ChannelMembershipForAppInstanceUserSummary

import type { ChannelMembershipForAppInstanceUserSummary } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

Summary of the channel membership details of an AppInstanceUser.

interface ChannelMembershipForAppInstanceUserSummary {
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary | null;
ChannelSummary?: ChannelSummary | null;
}

§Properties

§
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary | null
[src]

Returns the channel membership data for an AppInstance.

§
ChannelSummary?: ChannelSummary | null
[src]

Returns the channel data for an AppInstance.