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

AppInstanceUserMembershipSummary

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

Summary of the membership details of an AppInstanceUser.

interface AppInstanceUserMembershipSummary {
ReadMarkerTimestamp?: Date | number | null;
SubChannelId?: string | null;
Type?: ChannelMembershipType | null;
}

§Properties

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

The time at which an AppInstanceUser last marked a channel as read.

§
SubChannelId?: string | null
[src]

The ID of the SubChannel that the AppInstanceUser is a member of.

§

The type of ChannelMembership.