@tsky/client / agent / ListBasicView
ListBasicView
Defined in: client/src/agent.ts:380
Extends
Extended by
Implements
ListViewBasic
Constructors
new ListBasicView()
new ListBasicView(client, list): ListBasicView
Defined 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.$type
avatar?
optional avatar: string;
Defined in: client/src/agent.ts:387
Implementation of
AppBskyGraphDefs.ListViewBasic.avatar
cid
cid: string;
Defined in: client/src/agent.ts:384
Implementation of
AppBskyGraphDefs.ListViewBasic.cid
client
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.indexedAt
labels?
optional labels: Label[];
Defined in: client/src/agent.ts:389
Implementation of
AppBskyGraphDefs.ListViewBasic.labels
listItemCount?
optional listItemCount: number;
Defined in: client/src/agent.ts:390
Minimum: 0
Implementation of
AppBskyGraphDefs.ListViewBasic.listItemCount
name
name: string;
Defined in: client/src/agent.ts:385
Minimum string length: 1 Maximum string length: 64
Implementation of
AppBskyGraphDefs.ListViewBasic.name
purpose
purpose: ListPurpose;
Defined in: client/src/agent.ts:386
Implementation of
AppBskyGraphDefs.ListViewBasic.purpose
uri
uri: string;
Defined in: client/src/agent.ts:322
Implementation of
AppBskyGraphDefs.ListViewBasic.uri
Inherited from
viewer?
optional viewer: ListViewerState;
Defined in: client/src/agent.ts:391
Implementation of
AppBskyGraphDefs.ListViewBasic.viewer
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
>>