Skip to content

agent


@tsky/client / agent / ListBasicView

ListBasicView

Defined in: client/src/agent.ts:380

Extends

Extended by

Implements

  • ListViewBasic

Constructors

new ListBasicView()

ts
new ListBasicView(client, list): ListBasicView

Defined in: client/src/agent.ts:394

Parameters

client

Client

list

ListViewBasic

Returns

ListBasicView

Overrides

List.constructor

Properties

$type?

ts
optional $type: string;

Defined in: client/src/agent.ts:392

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.$type

avatar?

ts
optional avatar: string;

Defined in: client/src/agent.ts:387

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.avatar

cid

ts
cid: string;

Defined in: client/src/agent.ts:384

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.cid

client

ts
client: Client;

Defined in: client/src/agent.ts:321

Inherited from

List.client


indexedAt?

ts
optional indexedAt: string;

Defined in: client/src/agent.ts:388

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.indexedAt

labels?

ts
optional labels: Label[];

Defined in: client/src/agent.ts:389

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.labels

listItemCount?

ts
optional listItemCount: number;

Defined in: client/src/agent.ts:390

Minimum: 0

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.listItemCount

name

ts
name: string;

Defined in: client/src/agent.ts:385

Minimum string length: 1 Maximum string length: 64

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.name

purpose

ts
purpose: ListPurpose;

Defined in: client/src/agent.ts:386

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.purpose

uri

ts
uri: string;

Defined in: client/src/agent.ts:322

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.uri

Inherited from

List.uri


viewer?

ts
optional viewer: ListViewerState;

Defined in: client/src/agent.ts:391

Implementation of

ts
AppBskyGraphDefs.ListViewBasic.viewer

Methods

about()

ts
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?

RPCOptions

Returns

Promise<Paginator<Output>>

Inherited from

List.about


feed()

ts
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?

RPCOptions

Returns

Promise<Paginator<Output>>

Inherited from

List.feed