interface ListData

Data used to construct a List class.

Properties

name: string

The list's name.

uri: string

The list's AT URI.

cid: string

The list's CID.

purpose: string

The list's purpose.

creator?: Profile

The list's creator.

description?: string

The list's description.

descriptionFacets?: AppBskyRichtextFacet.Main[]

Any facets associated with the list's description.

avatar?: string

The list's avatar.

items?: Profile[]

The list's members.

blockUri?: string

The AT URI of the list block record, if the logged in user has the list blocked.

muted?: boolean

Whether the logged in user has the list muted.

indexedAt?: Date

The time the list was indexed by the App View.