Constructor
Properties
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.
iterateFeed(options?)
Iterate over recent posts from accounts on the list.
Parameters
options: ListGetFeedOptions = {}
Options for fetching the feed.
Returns
AsyncIterableIterator<Post, any, any>
label(labels, comment?)
Apply labels to the list.
Parameters
labels: string[]
The labels to apply.
comment?: string
An optional comment.
Returns
Promise<ModEventView>
negateLabels(labels, comment?)
Negate labels previously applied to the list.
Parameters
labels: string[]
The labels to negate.
comment?: string
An optional comment.