@tsky/client / agent / ListView
ListView
Defined in: client/src/agent.ts:408
Extends
Implements
ListView
Constructors
new ListView()
new ListView(client, list): ListView
Defined in: client/src/agent.ts:417
Parameters
client
list
ListView
Returns
Overrides
Properties
$type?
optional $type: string;
Defined in: client/src/agent.ts:392
Implementation of
AppBskyGraphDefs.ListView.$type
Inherited from
avatar?
optional avatar: string;
Defined in: client/src/agent.ts:387
Implementation of
AppBskyGraphDefs.ListView.avatar
Inherited from
cid
cid: string;
Defined in: client/src/agent.ts:384
Implementation of
AppBskyGraphDefs.ListView.cid
Inherited from
client
client: Client;
Defined in: client/src/agent.ts:321
Inherited from
creator
creator: ProfileView;
Defined in: client/src/agent.ts:413
Implementation of
AppBskyGraphDefs.ListView.creator
description?
optional description: string;
Defined in: client/src/agent.ts:414
Maximum string length: 3000 Maximum grapheme length: 300
Implementation of
AppBskyGraphDefs.ListView.description
descriptionFacets?
optional descriptionFacets: Main[];
Defined in: client/src/agent.ts:415
Implementation of
AppBskyGraphDefs.ListView.descriptionFacets
indexedAt
indexedAt: string;
Defined in: client/src/agent.ts:412
Implementation of
AppBskyGraphDefs.ListView.indexedAt
Overrides
labels?
optional labels: Label[];
Defined in: client/src/agent.ts:389
Implementation of
AppBskyGraphDefs.ListView.labels
Inherited from
listItemCount?
optional listItemCount: number;
Defined in: client/src/agent.ts:390
Minimum: 0
Implementation of
AppBskyGraphDefs.ListView.listItemCount
Inherited from
name
name: string;
Defined in: client/src/agent.ts:385
Minimum string length: 1 Maximum string length: 64
Implementation of
AppBskyGraphDefs.ListView.name
Inherited from
purpose
purpose: ListPurpose;
Defined in: client/src/agent.ts:386
Implementation of
AppBskyGraphDefs.ListView.purpose
Inherited from
uri
uri: string;
Defined in: client/src/agent.ts:322
Implementation of
AppBskyGraphDefs.ListView.uri
Inherited from
viewer?
optional viewer: ListViewerState;
Defined in: client/src/agent.ts:391
Implementation of
AppBskyGraphDefs.ListView.viewer
Inherited from
Methods
about()
about(limit?, options?): Promise<Paginator<Output>>
Defined in: client/src/agent.ts:332
Gets a 'view' (with additional context) of a specified list.
Parameters
limit?
number
options?
Returns
Promise
<Paginator
<Output
>>
Inherited from
feed()
feed(limit?, options?): Promise<Paginator<Output>>
Defined in: client/src/agent.ts:360
Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth.
Parameters
limit?
number
options?
Returns
Promise
<Paginator
<Output
>>