Constructor
Properties
descriptionFacets?: "@atcute/client/lexicons".AppBskyRichtextFacet.Main[]
Any facets associated with the starter pack's description.
creator: Profile
The starter pack's creator.
userList?: List
The user list associated with the starter pack.
feeds?: FeedGenerator[]
Feeds associated with the starter pack.
indexedAt: Date
When the starter pack was indexed by the AppView.
labels?: ComAtprotoLabelDefs.Label[]
Any labels on the starter pack record.
Methods
fetchList(options?)
Fetches the user list associated with the starter pack.
Parameters
options: StarterPackFetchListOptions = {}
The fetch options.
fetchFeeds(options?)
Fetches the feeds associated with the starter pack.
Parameters
options: StarterPackFetchFeedsOptions = {}
The fetch options.
fromView(view, bot)
Constructs an instance from a StarterPackView.
Parameters
view: "@atcute/client/lexicons".AppBskyGraphDefs.StarterPackView | "@atcute/client/lexicons".AppBskyGraphDefs.StarterPackViewBasic
The StarterPackView to construct from.
bot: Bot
The active Bot instance.