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

ChannelMembership

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

The details of a channel member.

interface ChannelMembership {
ChannelArn?: string | null;
CreatedTimestamp?: Date | number | null;
InvitedBy?: Identity | null;
LastUpdatedTimestamp?: Date | number | null;
Member?: Identity | null;
Type?: ChannelMembershipType | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the member's channel.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which the channel membership was created.

§
InvitedBy?: Identity | null
[src]

The identifier of the member who invited another member.

§
LastUpdatedTimestamp?: Date | number | null
[src]

The time at which a channel membership was last updated.

§
Member?: Identity | null
[src]

The data of the channel member.

§

The membership type set for the channel member.