Constructor
Properties
creator?: Profile
The list's creator.
descriptionFacets?: "@atcute/client/lexicons".AppBskyRichtextFacet.Main[]
Any facets associated with the list's description.
items?: Profile[]
The list's members.
indexedAt?: Date
The time the list was indexed by the AppView.
Methods
fetchItems(options?)
Fetch the list's members.
Parameters
options: ListFetchItemsOptions = {}
Options for fetching list members.
getFeed(options?)
Get a feed of recent posts from accounts on the list.
Parameters
options: ListGetFeedOptions = {}
Options for fetching the feed.
label(labels, comment?)
Apply labels to the list.
Parameters
labels: string[]
The labels to apply.
comment?: string
An optional comment.
negateLabels(labels, comment?)
Negate labels previously applied to the list.
Parameters
labels: string[]
The labels to negate.
comment?: string
An optional comment.
fromView(view, bot)
Constructs an instance from a ListView.
Parameters
view: "@atcute/client/lexicons".AppBskyGraphDefs.ListView | "@atcute/client/lexicons".AppBskyGraphDefs.ListViewBasic
The ListView to construct from.
bot: Bot
The active Bot instance.