@tsky/client / agent / ListBasicView
ListBasicView
Defined in: client/src/agent.ts:380
Extends
Extended by
Implements
ListViewBasic
Constructors
new ListBasicView()
new ListBasicView(client, list): ListBasicViewDefined in: client/src/agent.ts:394
Parameters
client
list
ListViewBasic
Returns
Overrides
Properties
$type?
optional $type: string;Defined in: client/src/agent.ts:392
Implementation of
AppBskyGraphDefs.ListViewBasic.$typeavatar?
optional avatar: string;Defined in: client/src/agent.ts:387
Implementation of
AppBskyGraphDefs.ListViewBasic.avatarcid
cid: string;Defined in: client/src/agent.ts:384
Implementation of
AppBskyGraphDefs.ListViewBasic.cidclient
client: Client;Defined in: client/src/agent.ts:321
Inherited from
indexedAt?
optional indexedAt: string;Defined in: client/src/agent.ts:388
Implementation of
AppBskyGraphDefs.ListViewBasic.indexedAtlabels?
optional labels: Label[];Defined in: client/src/agent.ts:389
Implementation of
AppBskyGraphDefs.ListViewBasic.labelslistItemCount?
optional listItemCount: number;Defined in: client/src/agent.ts:390
Minimum: 0
Implementation of
AppBskyGraphDefs.ListViewBasic.listItemCountname
name: string;Defined in: client/src/agent.ts:385
Minimum string length: 1 Maximum string length: 64
Implementation of
AppBskyGraphDefs.ListViewBasic.namepurpose
purpose: ListPurpose;Defined in: client/src/agent.ts:386
Implementation of
AppBskyGraphDefs.ListViewBasic.purposeuri
uri: string;Defined in: client/src/agent.ts:322
Implementation of
AppBskyGraphDefs.ListViewBasic.uriInherited from
viewer?
optional viewer: ListViewerState;Defined in: client/src/agent.ts:391
Implementation of
AppBskyGraphDefs.ListViewBasic.viewerMethods
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>>