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

DescribeChannelMembershipForAppInstanceUserRequest

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

§Properties

§
AppInstanceUserArn: string
[src]

The ARN of the user in a channel.

§
ChannelArn: string
[src]

The ARN of the channel to which the user belongs.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.